Lines Matching defs:VECTOR_CLASS
683 #define VECTOR_CLASS std::vector
685 #define VECTOR_CLASS cl::vector
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<Device>) \
1390 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \
1427 F(cl_program_info, CL_PROGRAM_DEVICES, VECTOR_CLASS<Device>) \
1429 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, VECTOR_CLASS< ::size_t>) \
1430 F(cl_program_info, CL_PROGRAM_BINARIES, VECTOR_CLASS<char *>) \
1503 F(cl_device_info, CL_DEVICE_PARTITION_PROPERTIES, VECTOR_CLASS<cl_device_partition_property>) \
1505 F(cl_device_info, CL_DEVICE_PARTITION_TYPE, VECTOR_CLASS<cl_device_partition_property>) \
1512 F(cl_device_info, CL_DEVICE_PARTITION_TYPES_EXT, VECTOR_CLASS<cl_device_partition_property_ext>) \
1513 F(cl_device_info, CL_DEVICE_AFFINITY_DOMAINS_EXT, VECTOR_CLASS<cl_device_partition_property_ext>) \
1515 F(cl_device_info, CL_DEVICE_PARTITION_STYLE_EXT, VECTOR_CLASS<cl_device_partition_property_ext>)
1551 __CL_DECLARE_PARAM_TRAITS(cl_device_info, CL_DEVICE_GLOBAL_FREE_MEMORY_AMD, VECTOR_CLASS< ::size_t>)
1999 friend inline cl_int getInfoHelper(Func, cl_uint, VECTOR_CLASS<U>*, int, typename U::cl_type);
2148 VECTOR_CLASS<Device>* devices)
2174 VECTOR_CLASS<Device>* devices)
2263 VECTOR_CLASS<Device>* devices) const
2312 VECTOR_CLASS<Device>* devices) const
2366 VECTOR_CLASS<Platform>* platforms)
2513 const VECTOR_CLASS<Device>& devices,
2590 VECTOR_CLASS<Platform> platforms;
2604 VECTOR_CLASS<Device> devices;
2786 VECTOR_CLASS<ImageFormat>* formats) const
2974 waitForEvents(const VECTOR_CLASS<Event>& events)
3031 WaitForEvents(const VECTOR_CLASS<Event>& events)
5024 typedef VECTOR_CLASS<std::pair<const void*, ::size_t> > Binaries;
5025 typedef VECTOR_CLASS<std::pair<const char*, ::size_t> > Sources;
5142 const VECTOR_CLASS<Device>& devices,
5144 VECTOR_CLASS<cl_int>* binaryStatus = NULL,
5199 const VECTOR_CLASS<Device>& devices,
5267 const VECTOR_CLASS<Device>& devices,
5371 cl_int createKernels(VECTOR_CLASS<Kernel>* kernels)
5429 VECTOR_CLASS<Program> inputPrograms,
5473 inline VECTOR_CLASS<char *> cl::Program::getInfo<CL_PROGRAM_BINARIES>(cl_int* err) const
5475 VECTOR_CLASS< ::size_t> sizes = getInfo<CL_PROGRAM_BINARY_SIZES>();
5476 VECTOR_CLASS<char *> binaries;
5477 for (VECTOR_CLASS< ::size_t>::iterator s = sizes.begin(); s != sizes.end(); ++s)
5554 VECTOR_CLASS<cl::Device> devices;
5722 const VECTOR_CLASS<Event>* events = NULL,
5747 const VECTOR_CLASS<Event>* events = NULL,
5772 const VECTOR_CLASS<Event>* events = NULL,
5802 const VECTOR_CLASS<Event>* events = NULL,
5841 const VECTOR_CLASS<Event>* events = NULL,
5879 const VECTOR_CLASS<Event>* events = NULL,
5920 const VECTOR_CLASS<Event>* events = NULL,
5952 const VECTOR_CLASS<Event>* events = NULL,
5979 const VECTOR_CLASS<Event>* events = NULL,
6004 const VECTOR_CLASS<Event>* events = NULL,
6036 const VECTOR_CLASS<Event>* events = NULL,
6070 const VECTOR_CLASS<Event>* events = NULL,
6104 const VECTOR_CLASS<Event>* events = NULL,
6133 const VECTOR_CLASS<Event>* events = NULL,
6158 const VECTOR_CLASS<Event>* events = NULL,
6183 const VECTOR_CLASS<Event>* events = NULL,
6214 const VECTOR_CLASS<Event>* events = NULL,
6241 const VECTOR_CLASS<Event>* events = NULL,
6272 const VECTOR_CLASS<Event> *events = 0,
6302 const VECTOR_CLASS<Event> *events = 0,
6325 const VECTOR_CLASS<Memory> &memObjects,
6327 const VECTOR_CLASS<Event>* events = NULL,
6362 const VECTOR_CLASS<Event>* events = NULL,
6385 const VECTOR_CLASS<Event>* events = NULL,
6406 const VECTOR_CLASS<Memory>* mem_objects = NULL,
6407 const VECTOR_CLASS<const void*>* mem_locs = NULL,
6408 const VECTOR_CLASS<Event>* events = NULL,
6460 cl_int enqueueWaitForEvents(const VECTOR_CLASS<Event>& events) const CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
6472 const VECTOR_CLASS<Memory>* mem_objects = NULL,
6473 const VECTOR_CLASS<Event>* events = NULL,
6494 const VECTOR_CLASS<Memory>* mem_objects = NULL,
6495 const VECTOR_CLASS<Event>* events = NULL,
6526 const VECTOR_CLASS<Memory>* mem_objects = NULL,
6527 const VECTOR_CLASS<Event>* events = NULL,
6559 const VECTOR_CLASS<Memory>* mem_objects = NULL,
6560 const VECTOR_CLASS<Event>* events = NULL,
6730 const VECTOR_CLASS<Event>* events = NULL,
6749 const VECTOR_CLASS<Event>* events = NULL,
6768 const VECTOR_CLASS<Event>* events = NULL,
6796 const VECTOR_CLASS<Event>* events = NULL,
6827 const VECTOR_CLASS<Event>* events = NULL,
6954 const VECTOR_CLASS<Event>* events = NULL,
6990 const VECTOR_CLASS<Event>* events = NULL,
7025 const VECTOR_CLASS<Event>* events = NULL,
7058 const VECTOR_CLASS<Event>* events = NULL,
7088 const VECTOR_CLASS<Event>* events = NULL,
7116 const VECTOR_CLASS<Event>* events = NULL,
7142 const VECTOR_CLASS<Event>* events = NULL,
7168 const VECTOR_CLASS<Event>* events = NULL,
7225 VECTOR_CLASS<Event> events_;
7281 EnqueueArgs(const VECTOR_CLASS<Event> &events, NDRange global) :
7291 EnqueueArgs(const VECTOR_CLASS<Event> &events, NDRange global, NDRange local) :
7301 EnqueueArgs(const VECTOR_CLASS<Event> &events, NDRange offset, NDRange global, NDRange local) :
7365 EnqueueArgs(CommandQueue &queue, const VECTOR_CLASS<Event> &events, NDRange global) :
7375 EnqueueArgs(CommandQueue &queue, const VECTOR_CLASS<Event> &events, NDRange global, NDRange local) :
7385 EnqueueArgs(CommandQueue &queue, const VECTOR_CLASS<Event> &events, NDRange offset, NDRange global, NDRange local) :