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

Function test_uint

test_conformance/integer_ops/test_int_basic_ops.cpp:1373–1375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1371}
1372
1373int test_uint(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) {
1374 return run_test(deviceID, context, queue, num_elements, kUInt, LONG_MATH_SHIFT_SIZE);
1375}
1376
1377int test_quick_uint(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) {
1378 return run_test(deviceID, context, queue, num_elements, kUInt, QUICK_MATH_SHIFT_SIZE);

Callers

nothing calls this directly

Calls 1

run_testFunction · 0.70

Tested by

no test coverage detected