1#[[deqp]] 2#deqp = "/deqp/modules/gles2/deqp-gles2" 3#caselists = ["/deqp/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/modules/gles3/deqp-gles3" 17#caselists = ["/deqp/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/modules/gles31/deqp-gles31" 29#caselists = ["/deqp/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/external/openglcts/modules/glcts" 41caselists = [ 42 "/deqp/mustpass/gl46-main.txt", 43 "/deqp/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] 52skips = ["/install/zink-anv-adl-premerge-skips.txt"] 53timeout = 180.0 54[deqp.env] 55 ZINK_DEBUG = "validation" 56 57# Regression testing for graphics pipelines where fragment shaders 58# don't know about multisampling etc... at compile time 59[[deqp]] 60deqp = "/deqp/external/openglcts/modules/glcts" 61caselists = [ 62 "/deqp/mustpass/gl46-main.txt", 63 64] 65deqp_args = [ 66 "--deqp-surface-width=256", 67 "--deqp-surface-height=256", 68 "--deqp-surface-type=pbuffer", 69 "--deqp-gl-config-name=rgba8888d24s8ms0", 70 "--deqp-visibility=hidden" 71] 72skips = ["/install/zink-anv-adl-premerge-skips.txt"] 73timeout = 180.0 74include = ["KHR-GL46.sample_variables.mask.rgba8.*.samples.*.mask.*"] 75prefix = "noopt-" 76[deqp.env] 77 ZINK_DEBUG = "nobgc,noopt,validation" 78 79# Regression testing for graphics pipelines where fragment shaders 80# don't know about multisampling etc... at compile time 81[[deqp]] 82deqp = "/deqp/modules/gles31/deqp-gles31" 83caselists = ["/deqp/mustpass/gles31-main.txt"] 84deqp_args = [ 85 "--deqp-surface-width=256", 86 "--deqp-surface-height=256", 87 "--deqp-surface-type=pbuffer", 88 "--deqp-gl-config-name=rgba8888d24s8ms0", 89 "--deqp-visibility=hidden" 90] 91timeout = 180.0 92include = ["dEQP-GLES31.functional.shaders.multisample_interpolation.interpolate_at_sample.*"] 93prefix = "noopt-" 94[deqp.env] 95 ZINK_DEBUG = "nobgc,noopt,validation" 96 97[[piglit]] 98piglit_folder = "/piglit" 99profile = "quick_gl" 100process_isolation = true 101skips = ["/install/zink-anv-adl-premerge-skips.txt"] 102timeout = 180.0 103fraction = 3 104 105