1# Basic test set 2[[deqp]] 3deqp = "/deqp/modules/gles2/deqp-gles2" 4caselists = ["/deqp/mustpass/gles2-main.txt"] 5skips = ["/install/iris-skips.txt"] 6deqp_args = [ 7 "--deqp-surface-width=256", "--deqp-surface-height=256", 8 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 9 "--deqp-gl-config-name=rgba8888d24s8ms0", 10] 11fraction = 6 12version_check = "GL ES 3.2.*git" 13renderer_check = "GLK" 14 15[[deqp]] 16deqp = "/deqp/modules/gles3/deqp-gles3" 17caselists = ["/deqp/mustpass/gles3-main.txt"] 18skips = ["/install/iris-skips.txt"] 19deqp_args = [ 20 "--deqp-surface-width=256", "--deqp-surface-height=256", 21 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 22 "--deqp-gl-config-name=rgba8888d24s8ms0", 23] 24fraction = 8 25 26[[deqp]] 27deqp = "/deqp/modules/gles31/deqp-gles31" 28caselists = ["/deqp/mustpass/gles31-main.txt"] 29skips = ["/install/iris-skips.txt"] 30deqp_args = [ 31 "--deqp-surface-width=256", "--deqp-surface-height=256", 32 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 33 "--deqp-gl-config-name=rgba8888d24s8ms0", 34] 35fraction = 8 36 37[[deqp]] 38deqp = "/deqp/external/openglcts/modules/glcts" 39caselists = [ 40 "/deqp/mustpass/gles2-khr-main.txt", 41 "/deqp/mustpass/gles3-khr-main.txt", 42 "/deqp/mustpass/gles31-khr-main.txt", 43] 44skips = ["/install/iris-skips.txt"] 45deqp_args = [ 46 "--deqp-surface-width=256", "--deqp-surface-height=256", 47 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 48 "--deqp-gl-config-name=rgba8888d24s8ms0", 49] 50fraction = 2 51 52# Note that KHR-GL3* test sets include all tests from the previous 53# version, so we only need to run one test list (unlike dEQP-GLES, 54# where the test sets are separate). 55[[deqp]] 56deqp = "/deqp/external/openglcts/modules/glcts" 57caselists = [ 58 "/deqp/mustpass/gl46-main.txt", 59 "/deqp/mustpass/gl46-khr-single.txt", 60] 61skips = ["/install/iris-skips.txt"] 62deqp_args = [ 63 "--deqp-surface-width=256", "--deqp-surface-height=256", 64 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 65 "--deqp-gl-config-name=rgba8888d24s8ms0", 66] 67fraction = 2 68 69# 565-nozs 70[[deqp]] 71deqp = "/deqp/modules/gles3/deqp-gles3" 72caselists = ["/deqp/mustpass/gles3-565-no-depth-no-stencil.txt"] 73skips = ["/install/iris-skips.txt"] 74deqp_args = [ 75 "--deqp-surface-width=256", "--deqp-surface-height=256", 76 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 77 "--deqp-gl-config-name=rgb565d0s0ms0", 78] 79prefix = "565-nozs-" 80fraction = 2 81 82[[deqp]] 83deqp = "/deqp/modules/gles31/deqp-gles31" 84caselists = ["/deqp/mustpass/gles31-565-no-depth-no-stencil.txt"] 85skips = ["/install/iris-skips.txt"] 86deqp_args = [ 87 "--deqp-surface-width=256", "--deqp-surface-height=256", 88 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 89 "--deqp-gl-config-name=rgb565d0s0ms0", 90] 91prefix = "565-nozs-" 92fraction = 2 93 94# multisample 95[[deqp]] 96deqp = "/deqp/modules/gles3/deqp-gles3" 97caselists = ["/deqp/mustpass/gles3-multisample.txt"] 98skips = ["/install/iris-skips.txt"] 99deqp_args = [ 100 "--deqp-surface-width=256", "--deqp-surface-height=256", 101 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 102 "--deqp-gl-config-name=rgba8888d24s8ms4", 103] 104prefix = "multisample-" 105fraction = 2 106 107[[deqp]] 108deqp = "/deqp/modules/gles31/deqp-gles31" 109caselists = ["/deqp/mustpass/gles31-multisample.txt"] 110skips = ["/install/iris-skips.txt"] 111deqp_args = [ 112 "--deqp-surface-width=256", "--deqp-surface-height=256", 113 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 114 "--deqp-gl-config-name=rgba8888d24s8ms4", 115] 116prefix = "multisample-" 117fraction = 2 118