ci: add intel format emulation testing

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35383>
This commit is contained in:
Lionel Landwerlin 2025-06-06 09:26:55 +03:00 committed by Marge Bot
parent a796b4a0d2
commit 07c2b90e25
2 changed files with 23 additions and 0 deletions

View file

@ -43,3 +43,14 @@ tests_per_group = 5000
generated_indirect_threshold = "0"
generated_indirect_ring_threshold = "0"
# Rerun load/store without format tests with emulation support (2352
# tests)
[[deqp]]
deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
caselists = ["/deqp-vk/mustpass/vk-main.txt"]
renderer_check = "ADL GT2"
include = ["dEQP-VK.image.load_store.without_format*"]
prefix = "without-format-emulation-"
tests_per_group = 5000
[deqp.env]
anv_emulate_read_without_format = "true"

View file

@ -43,3 +43,15 @@ tests_per_group = 5000
[deqp.env]
generated_indirect_threshold = "0"
generated_indirect_ring_threshold = "0"
# Rerun load/store without format tests with emulation support (2352
# tests)
[[deqp]]
deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
caselists = ["/deqp-vk/mustpass/vk-main.txt"]
renderer_check = "TGL GT2"
include = ["dEQP-VK.image.load_store.without_format*"]
prefix = "without-format-emulation-"
tests_per_group = 5000
[deqp.env]
anv_emulate_read_without_format = "true"