Searched refs:cl_kernel_info (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/include/CL/ |
D | cl.h | 79 typedef cl_uint cl_kernel_info; typedef 708 cl_kernel_info /* param_name */,
|
D | cl.hpp | 884 F(cl_kernel_info, CL_KERNEL_FUNCTION_NAME, STRING_CLASS) \ 885 F(cl_kernel_info, CL_KERNEL_NUM_ARGS, cl_uint) \ 886 F(cl_kernel_info, CL_KERNEL_REFERENCE_COUNT, cl_uint) \ 887 F(cl_kernel_info, CL_KERNEL_CONTEXT, cl::Context) \ 888 F(cl_kernel_info, CL_KERNEL_PROGRAM, cl::Program) \ 2307 cl_int getInfo(cl_kernel_info name, T* param) const in getInfo() 2315 detail::param_traits<detail::cl_kernel_info, name>::param_type 2319 detail::cl_kernel_info, name>::param_type param; in getInfo()
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 81 typedef cl_uint cl_kernel_info; typedef 841 cl_kernel_info /* param_name */,
|
D | cl.hpp | 1337 F(cl_kernel_info, CL_KERNEL_FUNCTION_NAME, STRING_CLASS) \ 1338 F(cl_kernel_info, CL_KERNEL_NUM_ARGS, cl_uint) \ 1339 F(cl_kernel_info, CL_KERNEL_REFERENCE_COUNT, cl_uint) \ 1340 F(cl_kernel_info, CL_KERNEL_CONTEXT, cl::Context) \ 1341 F(cl_kernel_info, CL_KERNEL_PROGRAM, cl::Program) \ 1387 F(cl_kernel_info, CL_KERNEL_ATTRIBUTES, STRING_CLASS) \ 4480 cl_int getInfo(cl_kernel_info name, T* param) const in getInfo() 4488 detail::param_traits<detail::cl_kernel_info, name>::param_type 4492 detail::cl_kernel_info, name>::param_type param; in getInfo()
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | kernel.cpp | 120 clGetKernelInfo(cl_kernel kern, cl_kernel_info param, in clGetKernelInfo()
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_core_impl.hpp | 441 cl_int (CL_API_CALL*clGetKernelInfo)(cl_kernel, cl_kernel_info, size_t, void*, size_t*) = 442 …opencl_fn5<OPENCL_FN_clGetKernelInfo, cl_int, cl_kernel, cl_kernel_info, size_t, void*, size_t*>::…
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 338 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetKernelInfo)(cl_kernel, cl_kernel_info, size_t, vo…
|
D | opencl_core_wrappers.hpp | 176 inline cl_int clGetKernelInfo(cl_kernel p0, cl_kernel_info p1, size_t p2, void* p3, size_t* p4) { r… in clGetKernelInfo()
|
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 258 typedef cl_uint cl_kernel_info; typedef
|