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] 11timeout = 180.0 12version_check = "GL ES 3.2.*git" 13renderer_check = "zink.*llvmpipe" 14 15[[deqp]] 16deqp = "/deqp/modules/gles3/deqp-gles3" 17caselists = ["/deqp/mustpass/gles3-master.txt"] 18deqp_args = [ 19 "--deqp-surface-width=256", 20 "--deqp-surface-height=256", 21 "--deqp-surface-type=pbuffer", 22 "--deqp-gl-config-name=rgba8888d24s8ms0", 23 "--deqp-visibility=hidden" 24] 25timeout = 180.0 26 27[[deqp]] 28deqp = "/deqp/modules/gles31/deqp-gles31" 29caselists = ["/deqp/mustpass/gles31-master.txt"] 30deqp_args = [ 31 "--deqp-surface-width=256", 32 "--deqp-surface-height=256", 33 "--deqp-surface-type=pbuffer", 34 "--deqp-gl-config-name=rgba8888d24s8ms0", 35 "--deqp-visibility=hidden" 36] 37timeout = 180.0 38 39[[deqp]] 40deqp = "/deqp/external/openglcts/modules/glcts" 41caselists = [ 42 "/deqp/mustpass/gl46-master.txt", 43] 44deqp_args = [ 45 "--deqp-surface-width=256", 46 "--deqp-surface-height=256", 47 "--deqp-surface-type=pbuffer", 48 "--deqp-gl-config-name=rgba8888d24s8ms0", 49 "--deqp-visibility=hidden" 50] 51timeout = 180.0 52 53[[piglit]] 54piglit_folder = "/piglit" 55profile = "gpu" 56process_isolation = true 57timeout = 180.0 58 [piglit.env] 59