Home
last modified time | relevance | path

Searched refs:run_test_math (Results 1 – 1 of 1) sorted by relevance

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_int_basic_ops.cpp851 int run_test_math(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elemen… in run_test_math() function
896 return run_test_math(deviceID, context, queue, num_elements, kLong, LONG_MATH_SHIFT_SIZE); in test_long_math()
928 return run_test_math(deviceID, context, queue, num_elements, kLong, QUICK_MATH_SHIFT_SIZE); in test_quick_long_math()
965 return run_test_math(deviceID, context, queue, num_elements, kULong, LONG_MATH_SHIFT_SIZE); in test_ulong_math()
997 return run_test_math(deviceID, context, queue, num_elements, kULong, QUICK_MATH_SHIFT_SIZE); in test_quick_ulong_math()
1029 return run_test_math(deviceID, context, queue, num_elements, kInt, LONG_MATH_SHIFT_SIZE); in test_int_math()
1041 return run_test_math(deviceID, context, queue, num_elements, kInt, QUICK_MATH_SHIFT_SIZE); in test_quick_int_math()
1058 return run_test_math(deviceID, context, queue, num_elements, kUInt, LONG_MATH_SHIFT_SIZE); in test_uint_math()
1070 return run_test_math(deviceID, context, queue, num_elements, kUInt, QUICK_MATH_SHIFT_SIZE); in test_quick_uint_math()
1087 return run_test_math(deviceID, context, queue, num_elements, kShort, LONG_MATH_SHIFT_SIZE); in test_short_math()
[all …]