Searched refs:run_test_logic (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/ |
H A D | test_int_basic_ops.cpp | 857 int run_test_logic(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_eleme… in run_test_logic() function 904 return run_test_logic(deviceID, context, queue, num_elements, kLong, LONG_MATH_SHIFT_SIZE); in test_long_logic() 936 return run_test_logic(deviceID, context, queue, num_elements, kLong, QUICK_MATH_SHIFT_SIZE); in test_quick_long_logic() 973 return run_test_logic(deviceID, context, queue, num_elements, kULong, LONG_MATH_SHIFT_SIZE); in test_ulong_logic() 1005 return run_test_logic(deviceID, context, queue, num_elements, kULong, QUICK_MATH_SHIFT_SIZE); in test_quick_ulong_logic() 1032 return run_test_logic(deviceID, context, queue, num_elements, kInt, LONG_MATH_SHIFT_SIZE); in test_int_logic() 1044 return run_test_logic(deviceID, context, queue, num_elements, kInt, QUICK_MATH_SHIFT_SIZE); in test_quick_int_logic() 1061 return run_test_logic(deviceID, context, queue, num_elements, kUInt, LONG_MATH_SHIFT_SIZE); in test_uint_logic() 1073 return run_test_logic(deviceID, context, queue, num_elements, kUInt, QUICK_MATH_SHIFT_SIZE); in test_quick_uint_logic() 1090 return run_test_logic(deviceID, context, queue, num_elements, kShort, LONG_MATH_SHIFT_SIZE); in test_short_logic() [all …]
|