1# Basic test set 2[[deqp]] 3deqp = "/deqp/modules/gles2/deqp-gles2" 4caselists = ["/deqp/mustpass/gles2-master.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] 10version_check = "GL ES 3.0.*git" 11renderer_check = "FD307" 12 13[[deqp]] 14deqp = "/deqp/modules/gles3/deqp-gles3" 15caselists = ["/deqp/mustpass/gles3-master.txt"] 16deqp_args = [ 17 "--deqp-surface-width=256", "--deqp-surface-height=256", 18 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 19 "--deqp-gl-config-name=rgba8888d24s8ms0", 20] 21 22 23[[deqp]] 24deqp = "/deqp/external/openglcts/modules/glcts" 25# Not doing GLES3 because of a lot of GPU hangs. 26caselists = [ 27 "/deqp/mustpass/gles2-khr-master.txt", 28] 29deqp_args = [ 30 "--deqp-surface-width=256", "--deqp-surface-height=256", 31 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 32 "--deqp-gl-config-name=rgba8888d24s8ms0", 33] 34 35# Check that the non-constbuf UBO case works. 36[[deqp]] 37deqp = "/deqp/modules/gles3/deqp-gles3" 38caselists = ["/deqp/mustpass/gles3-master.txt"] 39deqp_args = [ 40 "--deqp-surface-width=256", "--deqp-surface-height=256", 41 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 42 "--deqp-gl-config-name=rgba8888d24s8ms0", 43] 44include = ["functional.*ubo"] 45prefix = "nouboopt-" 46[deqp.env] 47IR3_SHADER_DEBUG = "nouboopt" 48