1[[deqp]] 2deqp = "/deqp/external/openglcts/modules/glcts" 3caselists = [ 4 "/deqp/mustpass/gles2-main.txt", 5 "/deqp/mustpass/gles3-main.txt", 6 "/deqp/mustpass/gles31-main.txt", 7] 8deqp_args = [ 9 "--deqp-surface-width=256", 10 "--deqp-surface-height=256", 11 "--deqp-surface-type=pbuffer", 12 "--deqp-gl-config-name=rgba8888d24s8ms0", 13 "--deqp-visibility=hidden" 14] 15timeout = 180.0 16renderer_check = "zink.*RADV" 17 18[[deqp]] 19deqp = "/deqp/external/openglcts/modules/glcts" 20caselists = [ 21 "/deqp/mustpass/gl46-main.txt", 22] 23deqp_args = [ 24 "--deqp-surface-width=256", 25 "--deqp-surface-height=256", 26 "--deqp-surface-type=pbuffer", 27 "--deqp-gl-config-name=rgba8888d24s8ms0", 28 "--deqp-visibility=hidden" 29] 30timeout = 180.0 31renderer_check = "zink.*RADV" 32 33[[piglit]] 34piglit_folder = "/piglit" 35profile = "gpu" 36process_isolation = true 37timeout = 180.0 38 [piglit.env] 39 PIGLIT_NO_WINDOW = "1" 40 PIGLIT_PLATFORM = "gbm" 41 WAFFLE_PLATFORM = "gbm" 42