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