mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
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:
parent
a796b4a0d2
commit
07c2b90e25
2 changed files with 23 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue