/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLEventCL.cpp | 28 return mNative->getDispatch().clGetEventInfo(mNative, CL_EVENT_COMMAND_EXECUTION_STATUS, in getCommandExecutionStatus()
|
D | CLPlatformCL.cpp | 94 mNative->getDispatch().clGetEventInfo == nullptr || in createInfo()
|
/third_party/mesa3d/src/gallium/targets/opencl/ |
D | OpenCL.def | 43 clGetEventInfo
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | dispatch.cpp | 70 clGetEventInfo,
|
D | event.cpp | 87 clGetEventInfo(cl_event d_ev, cl_event_info param, in clGetEventInfo() function
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | libOpenCL_autogen.map | 49 clGetEventInfo;
|
D | libOpenCL_autogen.cpp | 315 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/ |
D | cl_dispatch_table.cpp | 60 cl::clGetEventInfo,
|
D | proc_table_cl_autogen.cpp | 65 {"clGetEventInfo", P(::cl::clGetEventInfo)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 157 cl_int CL_API_CALL clGetEventInfo(cl_event event,
|
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ |
D | opencl_wrapper.cc | 138 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()
|
D | opencl_wrapper.h | 183 CL_DECLARE_FUNC_PTR(clGetEventInfo);
|
/third_party/opencl-headers/src/ |
D | opencl_wrapper.cpp | 124 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/ |
D | event.hpp | 190 return detail::get_object_info<T>(clGetEventInfo, m_event, info); in get_info()
|
/third_party/boost/boost/compute/ |
D | event.hpp | 190 return detail::get_object_info<T>(clGetEventInfo, m_event, info); in get_info()
|
/third_party/boost/libs/compute/doc/ |
D | porting_guide.qbk | 44 [[`clGetEventInfo()`] [[memberref boost::compute::event::get_info event::get_info<T>()]]]
|
/third_party/opencl-headers/include/ |
D | opencl_wrapper.h | 184 CL_DECLARE_FUNC_PTR(clGetEventInfo);
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl.h | 1048 clGetEventInfo(cl_event /* event */,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl_icd.h | 1148 cl_api_clGetEventInfo clGetEventInfo; member
|
D | cl.h | 1444 clGetEventInfo(cl_event event,
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 1442 clGetEventInfo(cl_event event,
|
D | cl_icd.h | 1148 cl_api_clGetEventInfo clGetEventInfo; member
|
/third_party/opencl-headers/CL/ |
D | cl.h | 1444 clGetEventInfo(cl_event event,
|
D | cl_icd.h | 1148 cl_api_clGetEventInfo clGetEventInfo; member
|
/third_party/mesa3d/docs/ |
D | features.txt | 664 CL_COMMAND_SVM_MIGRATE_MEM for clGetEventInfo not started
|