Searched refs:cl_context_info (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | context.cpp | 98 clGetContextInfo(cl_context ctx, cl_context_info param, in clGetContextInfo()
|
/external/mesa3d/include/CL/ |
D | cl.h | 63 typedef cl_uint cl_context_info; typedef 498 cl_context_info /* param_name */,
|
D | cl.hpp | 836 F(cl_context_info, CL_CONTEXT_REFERENCE_COUNT, cl_uint) \ 837 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \ 838 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \ 901 F(cl_context_info, CL_CONTEXT_NUM_DEVICES, cl_uint)\ 1477 cl_int getInfo(cl_context_info name, T* param) const in getInfo() 1485 detail::param_traits<detail::cl_context_info, name>::param_type 1489 detail::cl_context_info, name>::param_type param; in getInfo()
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 63 typedef cl_uint cl_context_info; typedef 634 cl_context_info /* param_name */,
|
D | cl.hpp | 1289 F(cl_context_info, CL_CONTEXT_REFERENCE_COUNT, cl_uint) \ 1290 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \ 1291 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \ 1354 F(cl_context_info, CL_CONTEXT_NUM_DEVICES, cl_uint)\ 2554 cl_int getInfo(cl_context_info name, T* param) const in getInfo() 2563 detail::param_traits<detail::cl_context_info, name>::param_type 2567 detail::cl_context_info, name>::param_type param; in getInfo()
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_core_impl.hpp | 405 cl_int (CL_API_CALL*clGetContextInfo)(cl_context, cl_context_info, size_t, void*, size_t*) = 406 …opencl_fn5<OPENCL_FN_clGetContextInfo, cl_int, cl_context, cl_context_info, size_t, void*, size_t*…
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 329 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetContextInfo)(cl_context, cl_context_info, size_t,…
|
D | opencl_core_wrappers.hpp | 149 inline cl_int clGetContextInfo(cl_context p0, cl_context_info p1, size_t p2, void* p3, size_t* p4) … in clGetContextInfo()
|
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 240 typedef cl_uint cl_context_info; typedef
|