Searched refs:test_integer_ops_threaded (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 | 474 test_integer_ops_threaded(cl_device_id deviceID, cl_context context, cl_command_queue queue, int nu… in test_integer_ops_threaded() function 814 …errors += test_integer_ops_threaded(deviceID, context, queue, (1024*1024*2)/1, 1, kBothVectors, nu… in run_specific_test() 815 …errors += test_integer_ops_threaded(deviceID, context, queue, (1024*1024*2)/2, 2, kBothVectors, nu… in run_specific_test() 816 …errors += test_integer_ops_threaded(deviceID, context, queue, (1024*1024*2)/3, 3, kBothVectors, nu… in run_specific_test() 817 …errors += test_integer_ops_threaded(deviceID, context, queue, (1024*1024*2)/4, 4, kBothVectors, nu… in run_specific_test() 818 …errors += test_integer_ops_threaded(deviceID, context, queue, (1024*1024*2)/8, 8, kBothVectors, nu… in run_specific_test() 819 …errors += test_integer_ops_threaded(deviceID, context, queue, (1024*1024*2)/16, 16, kBothVectors, … in run_specific_test() 877 …errors += test_integer_ops_threaded(deviceID, context, queue, 1024*1024*2, 1, kBothVectors, num, t… in run_test() 878 …errors += test_integer_ops_threaded(deviceID, context, queue, 1024*1024*2, 2, kBothVectors, num, t… in run_test() 879 …errors += test_integer_ops_threaded(deviceID, context, queue, 1024*1024*2, 3, kBothVectors, num, t… in run_test() [all …]
|