1# Basic test set 2[[deqp]] 3deqp = "/deqp-gles/modules/gles2/deqp-gles2" 4caselists = ["/deqp-gles/mustpass/gles2-main.txt"] 5deqp_args = [ 6 "--deqp-surface-width=256", "--deqp-surface-height=256", 7 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 8 "--deqp-gl-config-name=rgba8888d24s8ms0", 9] 10fraction = 4 11version_check = "GL ES 3.1" 12renderer_check = "ANGLE.*RADV" 13 14[[deqp]] 15deqp = "/deqp-gles/modules/gles3/deqp-gles3" 16caselists = ["/deqp-gles/mustpass/gles3-main.txt"] 17deqp_args = [ 18 "--deqp-surface-width=256", "--deqp-surface-height=256", 19 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 20 "--deqp-gl-config-name=rgba8888d24s8ms0", 21] 22fraction = 12 23 24[[deqp]] 25deqp = "/deqp-gles/modules/gles31/deqp-gles31" 26caselists = ["/deqp-gles/mustpass/gles31-main.txt"] 27deqp_args = [ 28 "--deqp-surface-width=256", "--deqp-surface-height=256", 29 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 30 "--deqp-gl-config-name=rgba8888d24s8ms0", 31] 32fraction = 12 33 34# Note that KHR-GL3* test sets include all tests from the previous 35# version, so we only need to run one test list (unlike dEQP-GLES, 36# where the test sets are separate). 37[[deqp]] 38deqp = "/deqp-gles/external/openglcts/modules/glcts" 39caselists = [ 40 "/deqp-gles/mustpass/gles2-khr-main.txt", 41 "/deqp-gles/mustpass/gles3-khr-main.txt", 42 "/deqp-gles/mustpass/gles31-khr-main.txt", 43] 44deqp_args = [ 45 "--deqp-surface-width=256", "--deqp-surface-height=256", 46 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 47 "--deqp-gl-config-name=rgba8888d24s8ms0", 48] 49 50# 565-no-depth-no-stencil: Not supported with angle on X11? 51 52# multisample 53[[deqp]] 54deqp = "/deqp-gles/modules/gles3/deqp-gles3" 55caselists = ["/deqp-gles/mustpass/gles3-multisample.txt"] 56deqp_args = [ 57 "--deqp-surface-width=256", "--deqp-surface-height=256", 58 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 59 "--deqp-gl-config-name=rgba8888d24s8ms4", 60] 61prefix = "multisample-" 62 63[[deqp]] 64deqp = "/deqp-gles/modules/gles31/deqp-gles31" 65caselists = ["/deqp-gles/mustpass/gles31-multisample.txt"] 66deqp_args = [ 67 "--deqp-surface-width=256", "--deqp-surface-height=256", 68 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 69 "--deqp-gl-config-name=rgba8888d24s8ms4", 70] 71prefix = "multisample-" 72