Searched refs:VECTOR_CLASS (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl.hpp | 683 #define VECTOR_CLASS std::vector macro 685 #define VECTOR_CLASS cl::vector macro 696 * interface by defining VECTOR_CLASS 1164 // Specialized getInfoHelper for VECTOR_CLASS params 1166 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, long) 1191 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, int, typename T::cl_type = 0) 1222 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<char *>* param, int) 1262 VECTOR_CLASS<char> value(required); 1340 F(cl_device_info, CL_DEVICE_MAX_WORK_ITEM_SIZES, VECTOR_CLASS< ::size_t>) \ 1389 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Devic [all...] |
| H A D | cl2.hpp | 420 #if defined(VECTOR_CLASS) 421 # pragma message("cl2.hpp: VECTOR_CLASS is deprecated. Alias cl::vector instead")
|
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl.hpp | 683 #define VECTOR_CLASS std::vector macro 685 #define VECTOR_CLASS cl::vector macro 696 * interface by defining VECTOR_CLASS 1164 // Specialized getInfoHelper for VECTOR_CLASS params 1166 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, long) 1191 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, int, typename T::cl_type = 0) 1222 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<char *>* param, int) 1262 VECTOR_CLASS<char> value(required); 1340 F(cl_device_info, CL_DEVICE_MAX_WORK_ITEM_SIZES, VECTOR_CLASS< ::size_t>) \ 1389 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Devic [all...] |
| H A D | cl2.hpp | 428 #if defined(VECTOR_CLASS) 429 # pragma message("cl2.hpp: VECTOR_CLASS is deprecated. Alias cl::vector instead")
|
Completed in 39 milliseconds