1[[deqp]] 2deqp = "/deqp-gles/modules/gles2/deqp-gles2" 3caselists = ["/deqp-gles/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] 11timeout = 180.0 12renderer_check = "zink.*RADV" 13 14[[deqp]] 15deqp = "/deqp-gles/modules/gles3/deqp-gles3" 16caselists = ["/deqp-gles/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] 24timeout = 180.0 25 26[[deqp]] 27deqp = "/deqp-gles/modules/gles31/deqp-gles31" 28caselists = ["/deqp-gles/mustpass/gles31-main.txt"] 29deqp_args = [ 30 "--deqp-surface-width=256", 31 "--deqp-surface-height=256", 32 "--deqp-surface-type=pbuffer", 33 "--deqp-gl-config-name=rgba8888d24s8ms0", 34 "--deqp-visibility=hidden" 35] 36timeout = 180.0 37renderer_check = "zink.*RADV" 38 39[[deqp]] 40deqp = "/deqp-gl/external/openglcts/modules/glcts" 41caselists = [ 42 "/deqp-gl/mustpass/gl46-main.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 PIGLIT_NO_WINDOW = "1" 60 PIGLIT_PLATFORM = "gbm" 61 WAFFLE_PLATFORM = "gbm" 62