Searched refs:getInfoHelper (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 998 inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) in getInfoHelper() function 1006 inline cl_int getInfoHelper(Func f, cl_uint name, vector<vector<unsigned char>>* param, int) in getInfoHelper() function 1034 inline cl_int getInfoHelper(Func f, cl_uint name, vector<T>* param, long) in getInfoHelper() function 1063 inline cl_int getInfoHelper( in getInfoHelper() function 1095 inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long) in getInfoHelper() function 1123 inline cl_int getInfoHelper(Func f, cl_uint name, array<size_type, N>* param, long) in getInfoHelper() function 1160 inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0) in getInfoHelper() function 1647 return getInfoHelper(f, name, param, 0); in CL_HPP_DECLARE_PARAM_TRAITS_() 1673 return getInfoHelper(f0, name, param, 0); in getInfo() 1681 return getInfoHelper(f0, name, param, 0); in getInfo() [all …]
|
D | cl.hpp | 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() [all …]
|