diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2012-09-17 20:17:47 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-10-15 20:53:37 +0000 |
commit | b2275032084d1719f2b3672c2d6c2da78f9a37a5 (patch) | |
tree | 3923398dff7d0ede924107e25d8676fd4197a3fa /tests/all_cl.tests | |
parent | 7d6e90a38fe090e6b2543a77d9a2aaff182d252a (diff) | |
download | piglit-b2275032084d1719f2b3672c2d6c2da78f9a37a5.tar.gz |
cl: Add scalar-load-uchar test
Reviewed-by: Blaž Tomažič <blaz.tomazic@gmail.com>
Diffstat (limited to 'tests/all_cl.tests')
-rw-r--r-- | tests/all_cl.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all_cl.tests b/tests/all_cl.tests index 5cb79f59..b4a54e63 100644 --- a/tests/all_cl.tests +++ b/tests/all_cl.tests @@ -122,6 +122,7 @@ add_plain_program_tester_test(program_execute, 'Scalar comparison uchar', 'execu add_plain_program_tester_test(program_execute, 'Scalar comparison uint', 'execute/scalar-comparison-uint.cl') add_plain_program_tester_test(program_execute, 'Scalar comparison ulong', 'execute/scalar-comparison-ulong.cl') add_plain_program_tester_test(program_execute, 'Scalar comparison ushort', 'execute/scalar-comparison-ushort.cl') +add_plain_program_tester_test(program_execute, 'Scalar load uchar', 'execute/scalar-load-uchar.cl') add_plain_program_tester_test(program_execute, 'Scalar logical op float', 'execute/scalar-logical-float.cl') add_plain_program_tester_test(program_execute, 'Scalar logical op int', 'execute/scalar-logical-int.cl') add_plain_program_tester_test(program_execute, 'Sizeof operator', 'execute/sizeof.cl') |