• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[[deqp]]
2deqp = "/deqp/external/openglcts/modules/glcts"
3caselists = [
4    "/deqp/mustpass/gles2-master.txt",
5    "/deqp/mustpass/gles3-master.txt",
6    "/deqp/mustpass/gles31-master.txt",
7    "/deqp/mustpass/gl46-master.txt",
8]
9deqp_args = [
10    "--deqp-surface-width=256",
11    "--deqp-surface-height=256",
12    "--deqp-surface-type=pbuffer",
13    "--deqp-gl-config-name=rgba8888d24s8ms0",
14    "--deqp-visibility=hidden"
15]
16timeout = 180.0
17renderer_check = "zink.*RADV"
18
19[[piglit]]
20piglit_folder = "/piglit"
21profile = "gpu"
22process_isolation = true
23timeout = 180.0
24  [piglit.env]
25  PIGLIT_NO_WINDOW = "1"
26  PIGLIT_PLATFORM = "gbm"
27  WAFFLE_PLATFORM = "gbm"
28