• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[[deqp]]
2deqp = "/deqp/modules/gles2/deqp-gles2"
3caselists = ["/deqp/mustpass/gles2-master.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.2.*git"
12renderer_check = "llvmpipe"
13
14[[deqp]]
15deqp = "/deqp/modules/gles3/deqp-gles3"
16caselists = ["/deqp/mustpass/gles3-master.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-master.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  [deqp.env]
36  # Stress test NIR clone/serialization for GLES3.1 (which should cover most of the featureset).
37  # Costs about 30% extra runtime.
38  NIR_TEST_CLONE = "true"
39  NIR_TEST_SERIALIZE = "true"
40
41# Note that KHR-GL3* test sets include all tests from the previous
42# version, so we only need to run one test list (unlike dEQP-GLES,
43# where the test sets are separate).
44[[deqp]]
45deqp = "/deqp/external/openglcts/modules/glcts"
46caselists = [
47    "/deqp/mustpass/gles2-khr-master.txt",
48    "/deqp/mustpass/gles3-khr-master.txt",
49    "/deqp/mustpass/gles31-khr-master.txt",
50    "/deqp/mustpass/gl45-master.txt",
51]
52deqp_args = [
53    "--deqp-surface-width=256",
54    "--deqp-surface-height=256",
55    "--deqp-surface-type=pbuffer",
56    "--deqp-gl-config-name=rgba8888d24s8ms0",
57    "--deqp-visibility=hidden"
58]
59