1bf215546Sopenharmony_ci[[deqp]] 2bf215546Sopenharmony_cideqp = "/deqp/modules/gles2/deqp-gles2" 3bf215546Sopenharmony_cicaselists = ["/deqp/mustpass/gles2-master.txt"] 4bf215546Sopenharmony_cideqp_args = [ 5bf215546Sopenharmony_ci "--deqp-surface-width=256", 6bf215546Sopenharmony_ci "--deqp-surface-height=256", 7bf215546Sopenharmony_ci "--deqp-surface-type=pbuffer", 8bf215546Sopenharmony_ci "--deqp-gl-config-name=rgba8888d24s8ms0", 9bf215546Sopenharmony_ci "--deqp-visibility=hidden" 10bf215546Sopenharmony_ci] 11bf215546Sopenharmony_civersion_check = "GL ES 3.1.*git" 12bf215546Sopenharmony_cirenderer_check = "softpipe" 13bf215546Sopenharmony_ci 14bf215546Sopenharmony_ci[[deqp]] 15bf215546Sopenharmony_cideqp = "/deqp/modules/gles3/deqp-gles3" 16bf215546Sopenharmony_cicaselists = ["/deqp/mustpass/gles3-master.txt"] 17bf215546Sopenharmony_cideqp_args = [ 18bf215546Sopenharmony_ci "--deqp-surface-width=256", 19bf215546Sopenharmony_ci "--deqp-surface-height=256", 20bf215546Sopenharmony_ci "--deqp-surface-type=pbuffer", 21bf215546Sopenharmony_ci "--deqp-gl-config-name=rgba8888d24s8ms0", 22bf215546Sopenharmony_ci "--deqp-visibility=hidden" 23bf215546Sopenharmony_ci] 24bf215546Sopenharmony_ci 25bf215546Sopenharmony_ci[[deqp]] 26bf215546Sopenharmony_cideqp = "/deqp/modules/gles31/deqp-gles31" 27bf215546Sopenharmony_cicaselists = ["/deqp/mustpass/gles31-master.txt"] 28bf215546Sopenharmony_cideqp_args = [ 29bf215546Sopenharmony_ci "--deqp-surface-width=256", 30bf215546Sopenharmony_ci "--deqp-surface-height=256", 31bf215546Sopenharmony_ci "--deqp-surface-type=pbuffer", 32bf215546Sopenharmony_ci "--deqp-gl-config-name=rgba8888d24s8ms0", 33bf215546Sopenharmony_ci "--deqp-visibility=hidden" 34bf215546Sopenharmony_ci] 35bf215546Sopenharmony_ci 36bf215546Sopenharmony_ci# Note that KHR-GL3* test sets include all tests from the previous 37bf215546Sopenharmony_ci# version, so we only need to run one test list (unlike dEQP-GLES, 38bf215546Sopenharmony_ci# where the test sets are separate). 39bf215546Sopenharmony_ci[[deqp]] 40bf215546Sopenharmony_cideqp = "/deqp/external/openglcts/modules/glcts" 41bf215546Sopenharmony_cicaselists = [ 42bf215546Sopenharmony_ci "/deqp/mustpass/gles2-khr-master.txt", 43bf215546Sopenharmony_ci "/deqp/mustpass/gles3-khr-master.txt", 44bf215546Sopenharmony_ci "/deqp/mustpass/gles31-khr-master.txt", 45bf215546Sopenharmony_ci "/deqp/mustpass/gl33-master.txt", 46bf215546Sopenharmony_ci] 47bf215546Sopenharmony_cideqp_args = [ 48bf215546Sopenharmony_ci "--deqp-surface-width=256", 49bf215546Sopenharmony_ci "--deqp-surface-height=256", 50bf215546Sopenharmony_ci "--deqp-surface-type=pbuffer", 51bf215546Sopenharmony_ci "--deqp-gl-config-name=rgba8888d24s8ms0", 52bf215546Sopenharmony_ci "--deqp-visibility=hidden" 53bf215546Sopenharmony_ci] 54bf215546Sopenharmony_ci 55bf215546Sopenharmony_ci[[piglit]] 56bf215546Sopenharmony_cipiglit_folder = "/piglit" 57bf215546Sopenharmony_ci# We use "gpu" to skip running glslparser tests, with the assumption that 58bf215546Sopenharmony_ci# they're covered by the llvmpipe run. 59bf215546Sopenharmony_ciprofile = "gpu" 60bf215546Sopenharmony_ciprocess_isolation = true 61