| 706 | |
| 707 | |
| 708 | REGISTER_TEST(read_array_int) |
| 709 | { |
| 710 | int (*foo)(void *,int); |
| 711 | foo = verify_read_int; |
| 712 | |
| 713 | return test_stream_read( device, context, queue, num_elements, sizeof( cl_int ), "int", 5, |
| 714 | stream_read_int_kernel_code, int_kernel_name, foo ); |
| 715 | } |
| 716 | |
| 717 | |
| 718 | REGISTER_TEST(read_array_uint) |
nothing calls this directly
no test coverage detected