1# Basic test set 2[[deqp]] 3deqp = "/deqp/modules/gles2/deqp-gles2" 4caselists = ["/deqp/mustpass/gles2-master.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-master.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-master.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# Note that KHR-GL3* test sets include all tests from the previous 38# version, so we only need to run one test list (unlike dEQP-GLES, 39# where the test sets are separate). 40[[deqp]] 41deqp = "/deqp/external/openglcts/modules/glcts" 42caselists = [ 43 "/deqp/mustpass/gles2-khr-master.txt", 44 "/deqp/mustpass/gles3-khr-master.txt", 45 "/deqp/mustpass/gles31-khr-master.txt", 46 "/deqp/mustpass/gl46-master.txt", 47 "/deqp/mustpass/gl46-khr-single.txt", 48] 49skips = ["/install/iris-skips.txt"] 50deqp_args = [ 51 "--deqp-surface-width=256", "--deqp-surface-height=256", 52 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 53 "--deqp-gl-config-name=rgba8888d24s8ms0", 54] 55fraction = 2 56 57# 565-nozs 58[[deqp]] 59deqp = "/deqp/modules/gles3/deqp-gles3" 60caselists = ["/deqp/mustpass/gles3-565-no-depth-no-stencil.txt"] 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=rgb565d0s0ms0", 66] 67prefix = "565-nozs-" 68fraction = 2 69 70[[deqp]] 71deqp = "/deqp/modules/gles31/deqp-gles31" 72caselists = ["/deqp/mustpass/gles31-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# multisample 83[[deqp]] 84deqp = "/deqp/modules/gles3/deqp-gles3" 85caselists = ["/deqp/mustpass/gles3-multisample.txt"] 86skips = ["/install/iris-skips.txt"] 87deqp_args = [ 88 "--deqp-surface-width=256", "--deqp-surface-height=256", 89 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 90 "--deqp-gl-config-name=rgba8888d24s8ms4", 91] 92prefix = "multisample-" 93fraction = 2 94 95[[deqp]] 96deqp = "/deqp/modules/gles31/deqp-gles31" 97caselists = ["/deqp/mustpass/gles31-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