Home
last modified time | relevance | path

Searched refs:cl_kernel_info (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/include/CL/
Dcl.h79 typedef cl_uint cl_kernel_info; typedef
708 cl_kernel_info /* param_name */,
Dcl.hpp884 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/
Dcl.h81 typedef cl_uint cl_kernel_info; typedef
841 cl_kernel_info /* param_name */,
Dcl.hpp1337 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/
Dkernel.cpp120 clGetKernelInfo(cl_kernel kern, cl_kernel_info param, in clGetKernelInfo()
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp441 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/
Dopencl_core.hpp338 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetKernelInfo)(cl_kernel, cl_kernel_info, size_t, vo…
Dopencl_core_wrappers.hpp176 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/
Docl.cpp258 typedef cl_uint cl_kernel_info; typedef