1#[[deqp]] 2#deqp = "/deqp-gles/modules/gles2/deqp-gles2" 3#caselists = ["/deqp-gles/mustpass/gles2-main.txt"] 4#deqp_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#] 11#timeout = 180.0 12#version_check = "GL ES 3.2.*git" 13#renderer_check = "zink.*Intel.*" 14# 15#[[deqp]] 16#deqp = "/deqp-gles/modules/gles3/deqp-gles3" 17#caselists = ["/deqp-gles/mustpass/gles3-main.txt"] 18#deqp_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#] 25#timeout = 180.0 26# 27#[[deqp]] 28#deqp = "/deqp-gles/modules/gles31/deqp-gles31" 29#caselists = ["/deqp-gles/mustpass/gles31-main.txt"] 30#deqp_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#] 37#timeout = 180.0 38 39[[deqp]] 40deqp = "/deqp-gl/external/openglcts/modules/glcts" 41caselists = [ 42 "/deqp-gl/mustpass/gl46-main.txt", 43 "/deqp-gl/mustpass/gl46-khr-single.txt", 44] 45deqp_args = [ 46 "--deqp-surface-width=256", 47 "--deqp-surface-height=256", 48 "--deqp-surface-type=pbuffer", 49 "--deqp-gl-config-name=rgba8888d24s8ms0", 50 "--deqp-visibility=hidden" 51] 52timeout = 180.0 53[deqp.env] 54 ZINK_DEBUG = "validation" 55 56# Regression testing for graphics pipelines where fragment shaders 57# don't know about multisampling etc... at compile time 58[[deqp]] 59deqp = "/deqp-gl/external/openglcts/modules/glcts" 60caselists = [ 61 "/deqp-gl/mustpass/gl46-main.txt", 62 63] 64deqp_args = [ 65 "--deqp-surface-width=256", 66 "--deqp-surface-height=256", 67 "--deqp-surface-type=pbuffer", 68 "--deqp-gl-config-name=rgba8888d24s8ms0", 69 "--deqp-visibility=hidden" 70] 71timeout = 180.0 72include = ["KHR-GL46.sample_variables.mask.rgba8.*.samples.*.mask.*"] 73prefix = "noopt-" 74[deqp.env] 75 ZINK_DEBUG = "nobgc,noopt,validation" 76 77# Regression testing for graphics pipelines where fragment shaders 78# don't know about multisampling etc... at compile time 79[[deqp]] 80deqp = "/deqp-gles/modules/gles31/deqp-gles31" 81caselists = ["/deqp-gles/mustpass/gles31-main.txt"] 82deqp_args = [ 83 "--deqp-surface-width=256", 84 "--deqp-surface-height=256", 85 "--deqp-surface-type=pbuffer", 86 "--deqp-gl-config-name=rgba8888d24s8ms0", 87 "--deqp-visibility=hidden" 88] 89timeout = 180.0 90include = ["dEQP-GLES31.functional.shaders.multisample_interpolation.interpolate_at_sample.*"] 91prefix = "noopt-" 92[deqp.env] 93 ZINK_DEBUG = "nobgc,noopt,validation" 94 95[[piglit]] 96piglit_folder = "/piglit" 97profile = "quick_gl" 98process_isolation = true 99timeout = 180.0 100fraction = 3 101 102