Lines Matching defs:Kernel
120 * cl::Kernel kernel(program_, "hello", &err);
4763 class Kernel;
4817 //! \brief Local address wrapper for use with Kernel::setArg
4875 class Kernel : public detail::Wrapper<cl_kernel>
4878 inline Kernel(const Program& program, const char* name, cl_int* err = NULL);
4881 Kernel() { }
4886 * into the new Kernel object.
4888 __CL_EXPLICIT_CONSTRUCTORS Kernel(const cl_kernel& kernel) : detail::Wrapper<cl_type>(kernel) { }
4895 Kernel& operator = (const cl_kernel& rhs)
4904 Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) {}
4909 Kernel& operator = (const Kernel &kernel)
4919 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(kernel)) {}
4924 Kernel& operator = (Kernel &&kernel)
5371 cl_int createKernels(VECTOR_CLASS<Kernel>* kernels)
5379 Kernel* value = (Kernel*) alloca(numKernels * sizeof(Kernel));
5492 inline Kernel::Kernel(const Program& program, const char* name, cl_int* err)
6358 const Kernel& kernel,
6384 const Kernel& kernel,
7214 // Kernel Functor support
7403 static void set (Kernel kernel, T0 arg)
7412 static void set (Kernel, NullType)
7430 Kernel kernel_;
7434 Kernel kernel) :
12847 const Kernel kernel) :