xref: /aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/ci/deqp-softpipe.toml (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1[[deqp]]
2deqp = "/deqp/modules/gles2/deqp-gles2"
3caselists = ["/deqp/mustpass/gles2-main.txt"]
4deqp_args = [
5    "--deqp-surface-width=256",
6    "--deqp-surface-height=256",
7    "--deqp-surface-type=pbuffer",
8    "--deqp-gl-config-name=rgba8888d24s8ms0",
9    "--deqp-visibility=hidden"
10]
11version_check = "GL ES 3.1.*git"
12renderer_check = "softpipe"
13
14[[deqp]]
15deqp = "/deqp/modules/gles3/deqp-gles3"
16caselists = ["/deqp/mustpass/gles3-main.txt"]
17deqp_args = [
18    "--deqp-surface-width=256",
19    "--deqp-surface-height=256",
20    "--deqp-surface-type=pbuffer",
21    "--deqp-gl-config-name=rgba8888d24s8ms0",
22    "--deqp-visibility=hidden"
23]
24
25[[deqp]]
26deqp = "/deqp/modules/gles31/deqp-gles31"
27caselists = ["/deqp/mustpass/gles31-main.txt"]
28deqp_args = [
29    "--deqp-surface-width=256",
30    "--deqp-surface-height=256",
31    "--deqp-surface-type=pbuffer",
32    "--deqp-gl-config-name=rgba8888d24s8ms0",
33    "--deqp-visibility=hidden"
34]
35
36[[deqp]]
37deqp = "/deqp/external/openglcts/modules/glcts"
38caselists = [
39    "/deqp/mustpass/gles2-khr-main.txt",
40    "/deqp/mustpass/gles3-khr-main.txt",
41    "/deqp/mustpass/gles31-khr-main.txt",
42]
43deqp_args = [
44    "--deqp-surface-width=256",
45    "--deqp-surface-height=256",
46    "--deqp-surface-type=pbuffer",
47    "--deqp-gl-config-name=rgba8888d24s8ms0",
48    "--deqp-visibility=hidden"
49]
50
51# Note that KHR-GL3* test sets include all tests from the previous
52# version, so we only need to run one test list (unlike dEQP-GLES,
53# where the test sets are separate).
54[[deqp]]
55deqp = "/deqp/external/openglcts/modules/glcts"
56caselists = [
57    "/deqp/mustpass/gl33-main.txt",
58]
59deqp_args = [
60    "--deqp-surface-width=256",
61    "--deqp-surface-height=256",
62    "--deqp-surface-type=pbuffer",
63    "--deqp-gl-config-name=rgba8888d24s8ms0",
64    "--deqp-visibility=hidden"
65]
66
67[[piglit]]
68piglit_folder = "/piglit"
69# We use "gpu" to skip running glslparser tests, with the assumption that
70# they're covered by the llvmpipe run.
71profile = "gpu"
72process_isolation = true
73