Searched refs:clEnqueueBarrierWithWaitList (Results 1 - 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A 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()
|
H A D | dispatch.cpp | 144 clEnqueueBarrierWithWaitList,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 134 cl::clEnqueueBarrierWithWaitList,
|
H A D | proc_table_cl_autogen.cpp | 116 {"clEnqueueBarrierWithWaitList", P(::cl::clEnqueueBarrierWithWaitList)}, in GetProcTable()
|
H A D | entry_points_cl_autogen.h | 472 cl_int CL_API_CALL clEnqueueBarrierWithWaitList(cl_command_queue command_queue,
|
H A D | entry_points_cl_autogen.cpp | 1847 cl_int CL_API_CALL clEnqueueBarrierWithWaitList(cl_command_queue command_queue, in clEnqueueBarrierWithWaitList() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 255 mNative->getDispatch().clEnqueueBarrierWithWaitList == nullptr || in createInfo()
|
H A D | CLCommandQueueCL.cpp | 651 const cl_int errorCode = mNative->getDispatch().clEnqueueBarrierWithWaitList( in enqueueBarrierWithWaitList()
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A 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()
|
/third_party/opencl-headers/CL/ |
H A D | cl_icd.h | 1222 cl_api_clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList; member
|
H A D | cl.h | 1762 clEnqueueBarrierWithWaitList(cl_command_queue command_queue,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_icd.h | 1222 cl_api_clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList; member
|
H A D | cl.h | 1755 clEnqueueBarrierWithWaitList(cl_command_queue command_queue,
|
/third_party/mesa3d/include/CL/ |
H A D | cl_icd.h | 1222 cl_api_clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList; member
|
H A D | cl.h | 1753 clEnqueueBarrierWithWaitList(cl_command_queue command_queue,
|
H A D | cl2.hpp | 974 #define __ENQUEUE_BARRIER_WAIT_LIST_ERR CL_HPP_ERR_STR_(clEnqueueBarrierWithWaitList) 8280 ::clEnqueueBarrierWithWaitList( in enqueueBarrierWithWaitList()
|
H A D | cl.hpp | 497 #define __ENQUEUE_BARRIER_WAIT_LIST_ERR __ERR_STR(clEnqueueBarrierWithWaitList) 6307 ::clEnqueueBarrierWithWaitList( in enqueueBarrierWithWaitList()
|
Completed in 61 milliseconds