summaryrefslogtreecommitdiff
path: root/src/panfrost/ci/deqp-panfrost-g52-vk.toml
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@collabora.com>2022-04-29 18:31:11 -0500
committerMarge Bot <emma+marge@anholt.net>2022-05-12 10:53:16 +0000
commit38a0742f6a756979032376955121b1411e2defa8 (patch)
tree89f515b47588ffbbb2b4d7b73f2dff2e14a04127 /src/panfrost/ci/deqp-panfrost-g52-vk.toml
parent714e125ae439979f7b8057c3bdc81d91641e56d7 (diff)
panvk: Implement texture/image queries
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.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/panfrost/ci/deqp-panfrost-g52-vk.toml b/src/panfrost/ci/deqp-panfrost-g52-vk.toml
index 212dd41234c..53172aa6cbc 100644
--- a/src/panfrost/ci/deqp-panfrost-g52-vk.toml
+++ b/src/panfrost/ci/deqp-panfrost-g52-vk.toml
@@ -24,7 +24,11 @@ include = [
"dEQP-VK.glsl.derivate.*.constant.*",
"dEQP-VK.glsl.derivate.*.linear.*",
"dEQP-VK.glsl.derivate.*.uniform_*",
+ "dEQP-VK.glsl.texture_functions.query.texturesize*",
+ "dEQP-VK.glsl.texture_functions.query.texturesamples.*",
+ "dEQP-VK.glsl.texture_functions.query.texturequerylevels.*",
"dEQP-VK.glsl.operator.*",
+ "dEQP-VK.image.image_size.*",
"dEQP-VK.image.load_store.with_format.*",
"dEQP-VK.pipeline.depth.format.d24_unorm_s8_uint.depth_test_disabled.depth_write_enabled",
"dEQP-VK.pipeline.input_assembly.*",