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

Function test_short

test_conformance/integer_ops/test_int_basic_ops.cpp:1381–1383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1379}
1380
1381int test_short(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) {
1382 return run_test(deviceID, context, queue, num_elements, kShort, LONG_MATH_SHIFT_SIZE);
1383}
1384
1385int test_quick_short(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) {
1386 return run_test(deviceID, context, queue, num_elements, kShort, QUICK_MATH_SHIFT_SIZE);

Callers

nothing calls this directly

Calls 1

run_testFunction · 0.70

Tested by

no test coverage detected