~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/gallium/frontends/lavapipe/ci/deqp-lvp.toml

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[[deqp]]
2
 
deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk"
3
 
caselists = ["/deqp/mustpass/vk-master.txt"]
4
 
renderer_check = "llvmpipe"
5
 
fraction = 3
6
 
 
7
 
# Do some nir clone/serialize validation, but not on the whole run.
8
 
[[deqp]]
9
 
deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk"
10
 
caselists = ["/deqp/mustpass/vk-master.txt"]
11
 
renderer_check = "llvmpipe"
12
 
fraction = 100
13
 
prefix = "nir-stress="
14
 
  [deqp.env]
15
 
  NIR_DEBUG = "clone,serialize"