Mesa (main): ci/turnip: Add a little forced touch-testing of XFB with no binning requested.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 7 00:23:17 UTC 2022


Module: Mesa
Branch: main
Commit: 5b119c0148cc726de60dd4c0e48d03111fc80f23
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b119c0148cc726de60dd4c0e48d03111fc80f23

Author: Emma Anholt <emma at anholt.net>
Date:   Tue May 17 10:51:19 2022 -0700

ci/turnip: Add a little forced touch-testing of XFB with no binning requested.

This is just a couple of seconds of runtime.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16826>

---

 src/freedreno/ci/deqp-freedreno-a618-vk-full.toml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/freedreno/ci/deqp-freedreno-a618-vk-full.toml b/src/freedreno/ci/deqp-freedreno-a618-vk-full.toml
index 2fd29ca833e..f0435b60bb8 100644
--- a/src/freedreno/ci/deqp-freedreno-a618-vk-full.toml
+++ b/src/freedreno/ci/deqp-freedreno-a618-vk-full.toml
@@ -16,6 +16,17 @@ fraction = 10
 [deqp.env]
 TU_DEBUG = "gmem,forcebin"
 
+# non-binning gmem-forced testing.  Takes about 2-5 seconds.
+[[deqp]]
+deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk"
+caselists = ["/deqp/mustpass/vk-master.txt"]
+timeout = 300
+prefix = "nobin-"
+fraction = 10
+include = ["dEQP-VK.transform_feedback.*"]
+[deqp.env]
+TU_DEBUG = "gmem,nobin"
+
 # force-sysmem testing
 [[deqp]]
 deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk"



More information about the mesa-commit mailing list