Lines Matching refs:getInfoHelper
1150 inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) in getInfoHelper() function
1157 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, long) in getInfoHelper() function
1182 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, int, typename T::cl_type … in getInfoHelper() function
1213 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<char *>* param, int) in getInfoHelper() function
1226 inline cl_int getInfoHelper(Func f, cl_uint name, STRING_CLASS* param, long) in getInfoHelper() function
1271 inline cl_int getInfoHelper(Func f, cl_uint name, size_t<N>* param, long) in getInfoHelper() function
1301 inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0) in getInfoHelper() function
1600 return getInfoHelper(f, name, param, 0); in __CL_DECLARE_PARAM_TRAITS()
1626 return getInfoHelper(f0, name, param, 0); in getInfo()
1634 return getInfoHelper(f0, name, param, 0); in getInfo()
1881 friend inline cl_int getInfoHelper(Func, cl_uint, U*, int, typename U::cl_type);
1987 friend inline cl_int getInfoHelper(Func, cl_uint, U*, int, typename U::cl_type);
1990 friend inline cl_int getInfoHelper(Func, cl_uint, VECTOR_CLASS<U>*, int, typename U::cl_type);