Searched refs:cl_event_info (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Devent.cpp91 clGetEventInfo(cl_event ev, cl_event_info param,
/external/mesa3d/include/CL/
H A Dcl.h81 typedef cl_uint cl_event_info; typedef
399 /* cl_event_info */
728 cl_event_info /* param_name */,
H A Dcl.hpp840 F(cl_event_info, CL_EVENT_COMMAND_QUEUE, cl::CommandQueue) \
841 F(cl_event_info, CL_EVENT_COMMAND_TYPE, cl_command_type) \
842 F(cl_event_info, CL_EVENT_REFERENCE_COUNT, cl_uint) \
843 F(cl_event_info, CL_EVENT_COMMAND_EXECUTION_STATUS, cl_uint) \
920 F(cl_event_info, CL_EVENT_CONTEXT, cl::Context)
1553 cl_int getInfo(cl_event_info name, T* param) const
1561 detail::param_traits<detail::cl_event_info, name>::param_type
1565 detail::cl_event_info, name>::param_type param;
/external/opencv3/3rdparty/include/opencl/1.2/CL/
H A Dcl.h87 typedef cl_uint cl_event_info; typedef
518 /* cl_event_info */
869 cl_event_info /* param_name */,
H A Dcl.hpp1293 F(cl_event_info, CL_EVENT_COMMAND_QUEUE, cl::CommandQueue) \
1294 F(cl_event_info, CL_EVENT_COMMAND_TYPE, cl_command_type) \
1295 F(cl_event_info, CL_EVENT_REFERENCE_COUNT, cl_uint) \
1296 F(cl_event_info, CL_EVENT_COMMAND_EXECUTION_STATUS, cl_uint) \
1374 F(cl_event_info, CL_EVENT_CONTEXT, cl::Context)
2707 cl_int getInfo(cl_event_info name, T* param) const
2716 detail::param_traits<detail::cl_event_info, name>::param_type
2720 detail::cl_event_info, name>::param_type param;
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
H A Dopencl_core.hpp332 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetEventInfo)(cl_event, cl_event_info, size_t, void*, size_t*);
H A Dopencl_core_wrappers.hpp158 inline cl_int clGetEventInfo(cl_event p0, cl_event_info p1, size_t p2, void* p3, size_t* p4) { return clGetEventInfo_pfn(p0, p1, p2, p3, p4); }
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
H A Dopencl_core_impl.hpp417 cl_int (CL_API_CALL*clGetEventInfo)(cl_event, cl_event_info, size_t, void*, size_t*) =
418 opencl_fn5<OPENCL_FN_clGetEventInfo, cl_int, cl_event, cl_event_info, size_t, void*, size_t*>::switch_fn;
/external/opencv3/modules/core/src/
H A Docl.cpp264 typedef cl_uint cl_event_info; typedef

Completed in 110 milliseconds