Searched refs:cl_type (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl2.hpp | 997 * existence of Wrapper<T>::cl_type, and none of the other types having the 998 * cl_type member. Note that simplify specifying the parameter as Wrapper<T> 1004 Func f, cl_uint name, vector<T>* param, int, typename T::cl_type = 0) 1012 const size_type elements = required / sizeof(typename T::cl_type); 1014 vector<typename T::cl_type> value(elements); 1094 * existence of Wrapper<T>::cl_type, and none of the other types having the 1095 * cl_type member. Note that simplify specifying the parameter as Wrapper<T> 1100 inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0) 1102 typename T::cl_type value; 1650 typedef T cl_type; typedef in class:cl::detail::Wrapper 1747 typedef cl_device_id cl_type; typedef in class:cl::detail::Wrapper [all...] |
| H A D | cl.hpp | 1185 * existence of Wrapper<T>::cl_type, and none of the other types having the 1186 * cl_type member. Note that simplify specifying the parameter as Wrapper<T> 1191 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, int, typename T::cl_type = 0) 1199 typename T::cl_type * value = (typename T::cl_type *) alloca(required); 1205 ::size_t elements = required / sizeof(typename T::cl_type); 1304 * existence of Wrapper<T>::cl_type, and none of the other types having the 1305 * cl_type member. Note that simplify specifying the parameter as Wrapper<T> 1310 inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0) 1312 typename T::cl_type valu 1826 typedef T cl_type; typedef in class:cl::detail::Wrapper 1907 typedef cl_device_id cl_type; typedef in class:cl::detail::Wrapper [all...] |
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl2.hpp | 1051 * existence of Wrapper<T>::cl_type, and none of the other types having the 1052 * cl_type member. Note that simplify specifying the parameter as Wrapper<T> 1058 Func f, cl_uint name, vector<T>* param, int, typename T::cl_type = 0) 1066 const size_type elements = required / sizeof(typename T::cl_type); 1068 vector<typename T::cl_type> value(elements); 1148 * existence of Wrapper<T>::cl_type, and none of the other types having the 1149 * cl_type member. Note that simplify specifying the parameter as Wrapper<T> 1154 inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0) 1156 typename T::cl_type value; 1750 typedef T cl_type; typedef in class:cl::detail::Wrapper 1844 typedef cl_device_id cl_type; typedef in class:cl::detail::Wrapper [all...] |
| H A D | cl.hpp | 1185 * existence of Wrapper<T>::cl_type, and none of the other types having the 1186 * cl_type member. Note that simplify specifying the parameter as Wrapper<T> 1191 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, int, typename T::cl_type = 0) 1199 typename T::cl_type * value = (typename T::cl_type *) alloca(required); 1205 ::size_t elements = required / sizeof(typename T::cl_type); 1304 * existence of Wrapper<T>::cl_type, and none of the other types having the 1305 * cl_type member. Note that simplify specifying the parameter as Wrapper<T> 1310 inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0) 1312 typename T::cl_type valu 1826 typedef T cl_type; typedef in class:cl::detail::Wrapper 1907 typedef cl_device_id cl_type; typedef in class:cl::detail::Wrapper [all...] |
Completed in 29 milliseconds