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.1.*git" 11renderer_check = "FD530" 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] 21fraction = 2 22 23[[deqp]] 24deqp = "/deqp/modules/gles31/deqp-gles31" 25caselists = ["/deqp/mustpass/gles31-master.txt"] 26deqp_args = [ 27 "--deqp-surface-width=256", "--deqp-surface-height=256", 28 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 29 "--deqp-gl-config-name=rgba8888d24s8ms0", 30] 31fraction = 2 32 33[[deqp]] 34deqp = "/deqp/external/openglcts/modules/glcts" 35caselists = [ 36 "/deqp/mustpass/gles2-khr-master.txt", 37 "/deqp/mustpass/gles3-khr-master.txt", 38 "/deqp/mustpass/gles31-khr-master.txt", 39] 40deqp_args = [ 41 "--deqp-surface-width=256", "--deqp-surface-height=256", 42 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 43 "--deqp-gl-config-name=rgba8888d24s8ms0", 44] 45 46[[piglit]] 47piglit_folder = "/piglit" 48# We use "gpu" to skip running glslparser tests, with the assumption that 49# they're covered by the llvmpipe run. 50profile = "quick_shader" 51process_isolation = true 52 [piglit.env] 53 PIGLIT_PLATFORM = "gbm" 54