Lines Matching defs:setArg
5622 //! \brief Local address wrapper for use with Kernel::setArg
5833 /*! \brief setArg overload taking a shared_ptr type
5836 cl_int setArg(cl_uint index, const cl::pointer<T, D> &argPtr)
5843 /*! \brief setArg overload taking a vector type.
5846 cl_int setArg(cl_uint index, const cl::vector<T, Alloc> &argPtr)
5853 /*! \brief setArg overload taking a pointer type
5857 setArg(cl_uint index, const T argPtr)
5865 /*! \brief setArg overload taking a POD type
5869 setArg(cl_uint index, const T &value)
5880 cl_int setArg(cl_uint index, size_type size, const void* argPtr)
9463 kernel_.setArg(index, t0);
9470 kernel_.setArg(index, t0);