MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCL-CTS / REGISTER_TEST

Function REGISTER_TEST

test_conformance/profiling/readArray.cpp:708–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706
707
708REGISTER_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
718REGISTER_TEST(read_array_uint)

Callers

nothing calls this directly

Calls 1

test_stream_readFunction · 0.85

Tested by

no test coverage detected