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