[Piglit] [PATCH 7/7] arb_texture_cube_map_array: add to all.tests.
Dave Airlie
airlied at gmail.com
Wed Sep 5 20:34:52 PDT 2012
From: Dave Airlie <airlied at redhat.com>
Signed-off-by: Dave Airlie <airlied at redhat.com>
---
tests/all.tests | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/tests/all.tests b/tests/all.tests
index 85f2691..893b28e 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -1617,6 +1617,20 @@ spec['ARB_texture_cube_map'] = arb_texture_cube_map
arb_texture_cube_map['copyteximage CUBE'] = PlainExecTest(['copyteximage', '-auto', 'CUBE'])
add_plain_test(arb_texture_cube_map, 'crash-cubemap-order')
+arb_texture_cube_map_array = Group()
+spec['ARB_texture_cube_map_array'] = arb_texture_cube_map_array
+add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-get')
+add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-teximage3d-invalid-values')
+add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-cubemap')
+add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-fbo-cubemap-array')
+add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-sampler-cube-array-shadow')
+textureSize_samplers_atcma = ['samplerCubeArray', 'isamplerCubeArray', 'usamplerCubeArray'];
+
+for stage in ['vs', 'fs']:
+ # textureSize():
+ for sampler in textureSize_samplers_atcma:
+ spec['ARB_texture_cube_map_array/textureSize/' + stage + '-textureSize-' + sampler] = concurrent_test('textureSize ' + stage + ' ' + sampler)
+
ext_texture_compression_latc = Group()
spec['EXT_texture_compression_latc'] = ext_texture_compression_latc
--
1.7.1
More information about the Piglit
mailing list