diff options
author | Jason Ekstrand <jason.ekstrand@collabora.com> | 2022-04-29 15:28:42 -0500 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-05-12 10:53:16 +0000 |
commit | 6621ab8bf98d0ffce14f2a8d876bc19797285601 (patch) | |
tree | e43b18614c1354c8e7d551dda502cb99f66f8e52 /src/panfrost/ci/deqp-panfrost-g52-vk.toml | |
parent | d9f9955f9e9b3e4eeab1ecd4fa6513985b1cae36 (diff) |
panvk: Advertise VK_KHR_variable_pointers
Now that our SSBO descriptor handling code no longer craws deref chains
back to the variable, we should be handling variable pointers properly.
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16276>
Diffstat (limited to 'src/panfrost/ci/deqp-panfrost-g52-vk.toml')
-rw-r--r-- | src/panfrost/ci/deqp-panfrost-g52-vk.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/ci/deqp-panfrost-g52-vk.toml b/src/panfrost/ci/deqp-panfrost-g52-vk.toml index 76f92d81647..212dd41234c 100644 --- a/src/panfrost/ci/deqp-panfrost-g52-vk.toml +++ b/src/panfrost/ci/deqp-panfrost-g52-vk.toml @@ -34,6 +34,7 @@ include = [ "dEQP-VK.rasterization.interpolation.*", "dEQP-VK.rasterization.primitive_size.*", "dEQP-VK.robustness.buffer_access.*", + "dEQP-VK.spirv_assembly.instruction.*.variable_pointers.*", "dEQP-VK.spirv_assembly.instruction.compute.opquantize.*", "dEQP-VK.spirv_assembly.instruction.compute.shader_default_output.*", "dEQP-VK.spirv_assembly.instruction.compute.workgroup_memory.*", |