/external/OpenCL-CTS/test_conformance/events/ |
D | test_event_dependencies.cpp | 221 error = clEnqueueBarrierWithWaitList(queues[queue_to_use], 1, &event[event_count], NULL ); in test_event_enqueue_wait_for_events_run_test() 224 error = clEnqueueBarrierWithWaitList(queues[queue_to_use], 0, NULL, NULL); in test_event_enqueue_wait_for_events_run_test() 268 … error = clEnqueueBarrierWithWaitList(queues[queue_to_use], 1, &event[event_count], NULL); in test_event_enqueue_wait_for_events_run_test() 272 error = clEnqueueBarrierWithWaitList(queues[queue_to_use], 0, NULL, NULL); in test_event_enqueue_wait_for_events_run_test() 314 … error = clEnqueueBarrierWithWaitList(queues[queue_to_use], 1, &event[event_count], NULL ); in test_event_enqueue_wait_for_events_run_test() 318 error = clEnqueueBarrierWithWaitList(queues[queue_to_use], 0, NULL, NULL); in test_event_enqueue_wait_for_events_run_test()
|
D | test_events.cpp | 669 error =clEnqueueBarrierWithWaitList(queue, event_count, event_list, &event_list[2]); in test_event_enqueue_barrier_with_event_list() 682 error = clEnqueueBarrierWithWaitList(queue, event_count, event_list, NULL); in test_event_enqueue_barrier_with_event_list()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | event.cpp | 218 clEnqueueBarrierWithWaitList(cl_command_queue d_q, cl_uint num_deps, in clEnqueueBarrierWithWaitList() function 246 return clEnqueueBarrierWithWaitList(d_q, num_evs, d_evs, NULL); in clEnqueueWaitForEvents()
|
D | dispatch.cpp | 133 clEnqueueBarrierWithWaitList,
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 110 clEnqueueBarrierWithWaitList;
|
D | libOpenCL_autogen.cpp | 890 cl_int CL_API_CALL clEnqueueBarrierWithWaitList(cl_command_queue command_queue, in clEnqueueBarrierWithWaitList() function 895 return cl::GetDispatch().clEnqueueBarrierWithWaitList(command_queue, num_events_in_wait_list, in clEnqueueBarrierWithWaitList()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | opencl_wrapper.cc | 204 LoadFunction(clEnqueueBarrierWithWaitList); in LoadOpenCLFunctions() 322 PFN_clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList; in LoadOpenCLFunctions() variable
|
D | opencl_wrapper.h | 609 extern PFN_clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList;
|
/external/llvm-project/parallel-libs/acxxel/ |
D | opencl_acxxel.cpp | 216 clEnqueueBarrierWithWaitList(static_cast<cl_command_queue>(Stream), 1, in streamWaitOnEvent() 418 if (cl_int Result = clEnqueueBarrierWithWaitList( in addStreamCallback() 423 if (cl_int Result = clEnqueueBarrierWithWaitList( in addStreamCallback()
|
/external/angle/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 134 cl::clEnqueueBarrierWithWaitList,
|
D | proc_table_cl_autogen.cpp | 116 {"clEnqueueBarrierWithWaitList", P(::cl::clEnqueueBarrierWithWaitList)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 472 cl_int CL_API_CALL clEnqueueBarrierWithWaitList(cl_command_queue command_queue,
|
D | entry_points_cl_autogen.cpp | 1847 cl_int CL_API_CALL clEnqueueBarrierWithWaitList(cl_command_queue command_queue, in clEnqueueBarrierWithWaitList() function
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.cpp | 257 mNative->getDispatch().clEnqueueBarrierWithWaitList == nullptr || in createInfo()
|
D | CLCommandQueueCL.cpp | 651 const cl_int errorCode = mNative->getDispatch().clEnqueueBarrierWithWaitList( in enqueueBarrierWithWaitList()
|
/external/OpenCL-CTS/test_conformance/buffers/ |
D | test_buffer_read.cpp | 1003 err = clEnqueueBarrierWithWaitList(queue, 0, NULL, NULL); in test_buffer_read_array_barrier()
|
/external/mesa3d/include/CL/ |
D | cl.h | 1753 clEnqueueBarrierWithWaitList(cl_command_queue command_queue,
|
D | cl_icd.h | 1222 cl_api_clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList; member
|
D | cl2.hpp | 974 #define __ENQUEUE_BARRIER_WAIT_LIST_ERR CL_HPP_ERR_STR_(clEnqueueBarrierWithWaitList) 8280 ::clEnqueueBarrierWithWaitList(
|
D | cl.hpp | 497 #define __ENQUEUE_BARRIER_WAIT_LIST_ERR __ERR_STR(clEnqueueBarrierWithWaitList) 6307 ::clEnqueueBarrierWithWaitList( in enqueueBarrierWithWaitList()
|
/external/angle/include/CL/ |
D | cl_icd.h | 1222 cl_api_clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList; member
|
D | cl.h | 1755 clEnqueueBarrierWithWaitList(cl_command_queue command_queue,
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 1755 clEnqueueBarrierWithWaitList(cl_command_queue command_queue,
|