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 = 3 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 = 4 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 = 4 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] 48skips = ["/install/iris-skips.txt"] 49deqp_args = [ 50 "--deqp-surface-width=256", "--deqp-surface-height=256", 51 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 52 "--deqp-gl-config-name=rgba8888d24s8ms0", 53] 54 55# 565-nozs 56[[deqp]] 57deqp = "/deqp/modules/gles3/deqp-gles3" 58caselists = ["/deqp/mustpass/gles3-565-no-depth-no-stencil.txt"] 59skips = ["/install/iris-skips.txt"] 60deqp_args = [ 61 "--deqp-surface-width=256", "--deqp-surface-height=256", 62 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 63 "--deqp-gl-config-name=rgb565d0s0ms0", 64] 65prefix = "565-nozs-" 66 67[[deqp]] 68deqp = "/deqp/modules/gles31/deqp-gles31" 69caselists = ["/deqp/mustpass/gles31-565-no-depth-no-stencil.txt"] 70skips = ["/install/iris-skips.txt"] 71deqp_args = [ 72 "--deqp-surface-width=256", "--deqp-surface-height=256", 73 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 74 "--deqp-gl-config-name=rgb565d0s0ms0", 75] 76prefix = "565-nozs-" 77 78# multisample 79[[deqp]] 80deqp = "/deqp/modules/gles3/deqp-gles3" 81caselists = ["/deqp/mustpass/gles3-multisample.txt"] 82skips = ["/install/iris-skips.txt"] 83deqp_args = [ 84 "--deqp-surface-width=256", "--deqp-surface-height=256", 85 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 86 "--deqp-gl-config-name=rgba8888d24s8ms4", 87] 88prefix = "multisample-" 89 90[[deqp]] 91deqp = "/deqp/modules/gles31/deqp-gles31" 92caselists = ["/deqp/mustpass/gles31-multisample.txt"] 93skips = ["/install/iris-skips.txt"] 94deqp_args = [ 95 "--deqp-surface-width=256", "--deqp-surface-height=256", 96 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 97 "--deqp-gl-config-name=rgba8888d24s8ms4", 98] 99prefix = "multisample-" 100