Searched refs:clEnqueueMarkerWithWaitList (Results 1 - 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | dispatch.cpp | 143 clEnqueueMarkerWithWaitList,
|
H A D | event.cpp | 183 clEnqueueMarkerWithWaitList(cl_command_queue d_q, cl_uint num_deps, in clEnqueueMarkerWithWaitList() function
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 133 cl::clEnqueueMarkerWithWaitList,
|
H A D | proc_table_cl_autogen.cpp | 115 {"clEnqueueMarkerWithWaitList", P(::cl::clEnqueueMarkerWithWaitList)}, in GetProcTable()
|
H A D | entry_points_cl_autogen.h | 468 cl_int CL_API_CALL clEnqueueMarkerWithWaitList(cl_command_queue command_queue,
|
H A D | entry_points_cl_autogen.cpp | 1828 cl_int CL_API_CALL clEnqueueMarkerWithWaitList(cl_command_queue command_queue, in clEnqueueMarkerWithWaitList() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 254 mNative->getDispatch().clEnqueueMarkerWithWaitList == nullptr || in createInfo()
|
H A D | CLCommandQueueCL.cpp | 612 const cl_int errorCode = mNative->getDispatch().clEnqueueMarkerWithWaitList( in enqueueMarkerWithWaitList()
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 881 cl_int CL_API_CALL clEnqueueMarkerWithWaitList(cl_command_queue command_queue, in clEnqueueMarkerWithWaitList() function 886 return cl::GetDispatch().clEnqueueMarkerWithWaitList(command_queue, num_events_in_wait_list, in clEnqueueMarkerWithWaitList()
|
/third_party/opencl-headers/CL/ |
H A D | cl_icd.h | 1221 cl_api_clEnqueueMarkerWithWaitList clEnqueueMarkerWithWaitList; member
|
H A D | cl.h | 1756 clEnqueueMarkerWithWaitList(cl_command_queue command_queue,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_icd.h | 1221 cl_api_clEnqueueMarkerWithWaitList clEnqueueMarkerWithWaitList; member
|
H A D | cl.h | 1749 clEnqueueMarkerWithWaitList(cl_command_queue command_queue,
|
/third_party/mesa3d/include/CL/ |
H A D | cl_icd.h | 1221 cl_api_clEnqueueMarkerWithWaitList clEnqueueMarkerWithWaitList; member
|
H A D | cl.h | 1747 clEnqueueMarkerWithWaitList(cl_command_queue command_queue,
|
H A D | cl2.hpp | 973 #define __ENQUEUE_MARKER_WAIT_LIST_ERR CL_HPP_ERR_STR_(clEnqueueMarkerWithWaitList) 8250 ::clEnqueueMarkerWithWaitList( in enqueueMarkerWithWaitList()
|
H A D | cl.hpp | 496 #define __ENQUEUE_MARKER_WAIT_LIST_ERR __ERR_STR(clEnqueueMarkerWithWaitList) 6277 ::clEnqueueMarkerWithWaitList( in enqueueMarkerWithWaitList()
|
Completed in 86 milliseconds