Lines Matching refs:VECTOR_CLASS

646 #define VECTOR_CLASS std::vector  macro
648 #define VECTOR_CLASS cl::vector macro
1094 struct GetInfoHelper<Func, VECTOR_CLASS<T> >
1096 static cl_int get(Func f, cl_uint name, VECTOR_CLASS<T>* param) in get()
1116 struct GetInfoHelper<Func, VECTOR_CLASS<cl::Device> >
1118 static cl_int get(Func f, cl_uint name, VECTOR_CLASS<cl::Device>* param) in get()
1139 struct GetInfoHelper<Func, VECTOR_CLASS<char *> >
1142 get(Func f, cl_uint name, VECTOR_CLASS<char *>* param) in get()
1233 F(cl_device_info, CL_DEVICE_MAX_WORK_ITEM_SIZES, VECTOR_CLASS< ::size_t>) \
1280 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \
1281 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \
1318 F(cl_program_info, CL_PROGRAM_DEVICES, VECTOR_CLASS<Device>) \
1320 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, VECTOR_CLASS< ::size_t>) \
1321 F(cl_program_info, CL_PROGRAM_BINARIES, VECTOR_CLASS<char *>) \
1383 F(cl_device_info, CL_DEVICE_PARTITION_PROPERTIES, VECTOR_CLASS<cl_device_partition_property>) \
1384 F(cl_device_info, CL_DEVICE_PARTITION_TYPE, VECTOR_CLASS<cl_device_partition_property>) \
1394 … F(cl_device_info, CL_DEVICE_PARTITION_TYPES_EXT, VECTOR_CLASS<cl_device_partition_property_ext>) \
1395 …F(cl_device_info, CL_DEVICE_AFFINITY_DOMAINS_EXT, VECTOR_CLASS<cl_device_partition_property_ext>) \
1397 F(cl_device_info, CL_DEVICE_PARTITION_STYLE_EXT, VECTOR_CLASS<cl_device_partition_property_ext>)
1433 __CL_DECLARE_PARAM_TRAITS(cl_device_info, CL_DEVICE_GLOBAL_FREE_MEMORY_AMD, VECTOR_CLASS< ::size_t>) in __CL_DECLARE_PARAM_TRAITS()
1936 VECTOR_CLASS<Device>* devices) in createSubDevices()
1962 VECTOR_CLASS<Device>* devices) in createSubDevices()
2069 VECTOR_CLASS<Device>* devices) const in getDevices()
2118 VECTOR_CLASS<Device>* devices) const in getDevices()
2172 VECTOR_CLASS<Platform>* platforms) in get()
2318 const VECTOR_CLASS<Device>& devices, in Context()
2536 VECTOR_CLASS<ImageFormat>* formats) const in getSupportedImageFormats()
2743 waitForEvents(const VECTOR_CLASS<Event>& events) in waitForEvents()
2814 WaitForEvents(const VECTOR_CLASS<Event>& events) in WaitForEvents()
4495 typedef VECTOR_CLASS<std::pair<const void*, ::size_t> > Binaries;
4496 typedef VECTOR_CLASS<std::pair<const char*, ::size_t> > Sources;
4628 const VECTOR_CLASS<Device>& devices, in Program()
4630 VECTOR_CLASS<cl_int>* binaryStatus = NULL, in Program()
4670 const VECTOR_CLASS<Device>& devices, in Program()
4718 const VECTOR_CLASS<Device>& devices, in build()
4822 cl_int createKernels(VECTOR_CLASS<Kernel>* kernels) in createKernels()
4879 VECTOR_CLASS<Program> inputPrograms, in linkProgram()
4933 inline VECTOR_CLASS<char *> cl::Program::getInfo<CL_PROGRAM_BINARIES>(cl_int* err) const in getInfo()
4935 VECTOR_CLASS< ::size_t> sizes = getInfo<CL_PROGRAM_BINARY_SIZES>(); in getInfo()
4936 VECTOR_CLASS<char *> binaries; in getInfo()
4937 for (VECTOR_CLASS< ::size_t>::iterator s = sizes.begin(); s != sizes.end(); ++s) in getInfo()
5129 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadBuffer()
5154 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteBuffer()
5179 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBuffer()
5208 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadBufferRect()
5247 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteBufferRect()
5285 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBufferRect()
5325 const VECTOR_CLASS<Event>* events = NULL, in enqueueFillBuffer()
5357 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadImage()
5384 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteImage()
5409 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyImage()
5441 const VECTOR_CLASS<Event>* events = NULL, in enqueueFillImage()
5475 const VECTOR_CLASS<Event>* events = NULL, in enqueueFillImage()
5509 const VECTOR_CLASS<Event>* events = NULL, in enqueueFillImage()
5538 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyImageToBuffer()
5563 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBufferToImage()
5588 const VECTOR_CLASS<Event>* events = NULL, in enqueueMapBuffer()
5615 const VECTOR_CLASS<Event>* events = NULL, in enqueueMapImage()
5639 const VECTOR_CLASS<Event>* events = NULL, in enqueueUnmapMemObject()
5670 const VECTOR_CLASS<Event> *events = 0, in enqueueMarkerWithWaitList()
5700 const VECTOR_CLASS<Event> *events = 0, in enqueueBarrierWithWaitList()
5723 const VECTOR_CLASS<Memory> &memObjects, in enqueueMigrateMemObjects()
5725 const VECTOR_CLASS<Event>* events = NULL, in enqueueMigrateMemObjects()
5760 const VECTOR_CLASS<Event>* events = NULL, in enqueueNDRangeKernel()
5783 const VECTOR_CLASS<Event>* events = NULL, in enqueueTask()
5804 const VECTOR_CLASS<Memory>* mem_objects = NULL, in enqueueNativeKernel()
5805 const VECTOR_CLASS<const void*>* mem_locs = NULL, in enqueueNativeKernel()
5806 const VECTOR_CLASS<Event>* events = NULL, in enqueueNativeKernel()
5850 …cl_int enqueueWaitForEvents(const VECTOR_CLASS<Event>& events) const CL_EXT_SUFFIX__VERSION_1_1_DE… in enqueueWaitForEvents()
5862 const VECTOR_CLASS<Memory>* mem_objects = NULL, in enqueueAcquireGLObjects()
5863 const VECTOR_CLASS<Event>* events = NULL, in enqueueAcquireGLObjects()
5884 const VECTOR_CLASS<Memory>* mem_objects = NULL, in enqueueReleaseGLObjects()
5885 const VECTOR_CLASS<Event>* events = NULL, in enqueueReleaseGLObjects()
5916 const VECTOR_CLASS<Memory>* mem_objects = NULL, in enqueueAcquireD3D10Objects()
5917 const VECTOR_CLASS<Event>* events = NULL, in enqueueAcquireD3D10Objects()
5949 const VECTOR_CLASS<Memory>* mem_objects = NULL, in enqueueReleaseD3D10Objects()
5950 const VECTOR_CLASS<Event>* events = NULL, in enqueueReleaseD3D10Objects()
6024 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadBuffer()
6043 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteBuffer()
6062 const VECTOR_CLASS<Event>* events = NULL, in enqueueMapBuffer()
6090 const VECTOR_CLASS<Event>* events = NULL, in enqueueUnmapMemObject()
6121 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBuffer()
6212 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadBufferRect()
6248 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteBufferRect()
6283 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBufferRect()
6316 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadImage()
6346 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteImage()
6374 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyImage()
6400 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyImageToBuffer()
6426 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBufferToImage()
6484 VECTOR_CLASS<Event> events_;
6540 EnqueueArgs(const VECTOR_CLASS<Event> &events, NDRange global) : in EnqueueArgs()
6550 EnqueueArgs(const VECTOR_CLASS<Event> &events, NDRange global, NDRange local) : in EnqueueArgs()
6560 EnqueueArgs(const VECTOR_CLASS<Event> &events, NDRange offset, NDRange global, NDRange local) : in EnqueueArgs()
6624 EnqueueArgs(CommandQueue &queue, const VECTOR_CLASS<Event> &events, NDRange global) : in EnqueueArgs()
6634 …EnqueueArgs(CommandQueue &queue, const VECTOR_CLASS<Event> &events, NDRange global, NDRange local)… in EnqueueArgs()
6644 …EnqueueArgs(CommandQueue &queue, const VECTOR_CLASS<Event> &events, NDRange offset, NDRange global… in EnqueueArgs()