Home
last modified time | relevance | path

Searched refs:clGetEventInfo (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLEventCL.cpp28 return mNative->getDispatch().clGetEventInfo(mNative, CL_EVENT_COMMAND_EXECUTION_STATUS, in getCommandExecutionStatus()
DCLPlatformCL.cpp94 mNative->getDispatch().clGetEventInfo == nullptr || in createInfo()
/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def43 clGetEventInfo
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp70 clGetEventInfo,
Devent.cpp87 clGetEventInfo(cl_event d_ev, cl_event_info param, in clGetEventInfo() function
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map49 clGetEventInfo;
DlibOpenCL_autogen.cpp315 cl_int CL_API_CALL clGetEventInfo(cl_event event, in clGetEventInfo() function
321 return cl::GetDispatch().clGetEventInfo(event, param_name, param_value_size, param_value, in clGetEventInfo()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp60 cl::clGetEventInfo,
Dproc_table_cl_autogen.cpp65 {"clGetEventInfo", P(::cl::clGetEventInfo)}, in GetProcTable()
Dentry_points_cl_autogen.h157 cl_int CL_API_CALL clGetEventInfo(cl_event event,
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc138 LOAD_OPENCL_FUNCTION_PTR(clGetEventInfo); in LoadLibraryFromPath()
227 CL_DEFINE_FUNC_PTR(clGetEventInfo);
566 cl_int clGetEventInfo(cl_event event, cl_event_info param_name, size_t param_value_size, void *para… in clGetEventInfo() function
568 auto func = mindspore::lite::opencl::clGetEventInfo; in clGetEventInfo()
Dopencl_wrapper.h183 CL_DECLARE_FUNC_PTR(clGetEventInfo);
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp124 LOAD_OPENCL_FUNCTION_PTR(clGetEventInfo); in LoadLibraryFromPath()
209 CL_DEFINE_FUNC_PTR(clGetEventInfo);
587 cl_int clGetEventInfo(cl_event event, cl_event_info param_name, size_t param_value_size, void *para… in clGetEventInfo() function
590 auto func = OHOS::clGetEventInfo; in clGetEventInfo()
/third_party/boost/libs/compute/include/boost/compute/
Devent.hpp190 return detail::get_object_info<T>(clGetEventInfo, m_event, info); in get_info()
/third_party/boost/boost/compute/
Devent.hpp190 return detail::get_object_info<T>(clGetEventInfo, m_event, info); in get_info()
/third_party/boost/libs/compute/doc/
Dporting_guide.qbk44 [[`clGetEventInfo()`] [[memberref boost::compute::event::get_info event::get_info<T>()]]]
/third_party/opencl-headers/include/
Dopencl_wrapper.h184 CL_DECLARE_FUNC_PTR(clGetEventInfo);
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h1048 clGetEventInfo(cl_event /* event */,
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_icd.h1148 cl_api_clGetEventInfo clGetEventInfo; member
Dcl.h1444 clGetEventInfo(cl_event event,
/third_party/mesa3d/include/CL/
Dcl.h1442 clGetEventInfo(cl_event event,
Dcl_icd.h1148 cl_api_clGetEventInfo clGetEventInfo; member
/third_party/opencl-headers/CL/
Dcl.h1444 clGetEventInfo(cl_event event,
Dcl_icd.h1148 cl_api_clGetEventInfo clGetEventInfo; member
/third_party/mesa3d/docs/
Dfeatures.txt664 CL_COMMAND_SVM_MIGRATE_MEM for clGetEventInfo not started

12