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

Function test_ushort

test_conformance/integer_ops/test_int_basic_ops.cpp:1389–1391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1387}
1388
1389int test_ushort(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) {
1390 return run_test(deviceID, context, queue, num_elements, kUShort, LONG_MATH_SHIFT_SIZE);
1391}
1392
1393int test_quick_ushort(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) {
1394 return run_test(deviceID, context, queue, num_elements, kUShort, QUICK_MATH_SHIFT_SIZE);

Callers

nothing calls this directly

Calls 1

run_testFunction · 0.70

Tested by

no test coverage detected