Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/device_execution/
Denqueue_multi_queue.cpp89 static int check_kernel_results(cl_int* results, cl_int len) in check_kernel_results() function
188 …else if((k = check_kernel_results(kernel_results, arr_size(kernel_results))) >= 0 && check_error(-… in test_enqueue_multi_queue()
Dhost_queue_order.cpp80 static int check_kernel_results(cl_int* results, cl_int len) in check_kernel_results() function
183 …if((k = check_kernel_results(result, num)) >= 0 && check_error(-1, "'%s' results validation failed… in test_host_queue_order()
Denqueue_ndrange.cpp356 static int check_kernel_results(cl_int* results, cl_int len) in check_kernel_results() function
547 static int check_kernel_results(cl_int* results, cl_int len, std::vector<cl_uint> &glob_size_arr, s… in check_kernel_results() function
707 …else if((k = check_kernel_results(kernel_results, arr_size(kernel_results))) >= 0 && check_error(-… in test_enqueue_ndrange()
708 …else if((k = check_kernel_results(ptr, global_work_size, glob_size_arr, loc_size_arr, ofs_arr, sou… in test_enqueue_ndrange()
Denqueue_block.cpp612 static int check_kernel_results(cl_int* results, cl_int len) in check_kernel_results() function
668 …else if((n = check_kernel_results(kernel_results, arr_size(kernel_results))) >= 0 && check_error(-… in test_enqueue_block()
Dexecute_block.cpp1004 static int check_kernel_results(cl_int* results, cl_int len) in check_kernel_results() function
1037 …else if((n = check_kernel_results(kernel_results, arr_size(kernel_results))) >= 0 && check_error(-… in test_execute_block()