From 07c2b90e2558e0e0ce4612bc01b91883f1eabdd7 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Fri, 6 Jun 2025 09:26:55 +0300 Subject: [PATCH] ci: add intel format emulation testing Signed-off-by: Lionel Landwerlin Part-of: --- src/intel/ci/deqp-anv-adl.toml | 11 +++++++++++ src/intel/ci/deqp-anv-tgl.toml | 12 ++++++++++++ 2 files changed, 23 insertions(+) diff --git a/src/intel/ci/deqp-anv-adl.toml b/src/intel/ci/deqp-anv-adl.toml index cdb815245cf..ed548a9331c 100644 --- a/src/intel/ci/deqp-anv-adl.toml +++ b/src/intel/ci/deqp-anv-adl.toml @@ -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" diff --git a/src/intel/ci/deqp-anv-tgl.toml b/src/intel/ci/deqp-anv-tgl.toml index 14716c2478b..8e6d8e1f12d 100644 --- a/src/intel/ci/deqp-anv-tgl.toml +++ b/src/intel/ci/deqp-anv-tgl.toml @@ -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"