Lines Matching refs:VECTOR_CLASS
419 #define VECTOR_CLASS std::vector macro
421 #define VECTOR_CLASS cl::vector macro
700 struct GetInfoHelper<Func, VECTOR_CLASS<T> >
702 static cl_int get(Func f, cl_uint name, VECTOR_CLASS<T>* param) in get()
723 struct GetInfoHelper<Func, VECTOR_CLASS<char *> >
726 get(Func f, cl_uint name, VECTOR_CLASS<char *>* param) in get()
790 F(cl_device_info, CL_DEVICE_MAX_WORK_ITEM_SIZES, VECTOR_CLASS< ::size_t>) \
837 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \
838 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \
875 F(cl_program_info, CL_PROGRAM_DEVICES, VECTOR_CLASS<cl_device_id>) \
877 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, VECTOR_CLASS< ::size_t>) \
878 F(cl_program_info, CL_PROGRAM_BINARIES, VECTOR_CLASS<char *>) \
926 F(cl_device_info, CL_DEVICE_PARTITION_TYPES_EXT, VECTOR_CLASS<cl_device_partition_property_ext>) \
927 F(cl_device_info, CL_DEVICE_AFFINITY_DOMAINS_EXT, VECTOR_CLASS<cl_device_partition_property_ext>) \
929 F(cl_device_info, CL_DEVICE_PARTITION_STYLE_EXT, VECTOR_CLASS<cl_device_partition_property_ext>)
1224 VECTOR_CLASS<Device>* devices) in createSubDevices()
1299 VECTOR_CLASS<Device>* devices) const in getDevices()
1345 VECTOR_CLASS<Device>* devices) const in getDevices()
1391 VECTOR_CLASS<Platform>* platforms) in get()
1421 const VECTOR_CLASS<Device>& devices, in Context()
1500 VECTOR_CLASS<ImageFormat>* formats) const in getSupportedImageFormats()
1618 waitForEvents(const VECTOR_CLASS<Event>& events) in waitForEvents()
1673 WaitForEvents(const VECTOR_CLASS<Event>& events) in WaitForEvents()
2389 typedef VECTOR_CLASS<std::pair<const void*, ::size_t> > Binaries;
2390 typedef VECTOR_CLASS<std::pair<const char*, ::size_t> > Sources;
2419 const VECTOR_CLASS<Device>& devices, in Program()
2421 VECTOR_CLASS<cl_int>* binaryStatus = NULL, in Program()
2460 const VECTOR_CLASS<Device>& devices, in build()
2521 cl_int createKernels(VECTOR_CLASS<Kernel>* kernels) in createKernels()
2618 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadBuffer()
2637 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteBuffer()
2656 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBuffer()
2680 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadBufferRect()
2714 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteBufferRect()
2746 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBufferRect()
2776 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadImage()
2797 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteImage()
2816 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyImage()
2835 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyImageToBuffer()
2854 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBufferToImage()
2873 const VECTOR_CLASS<Event>* events = NULL, in enqueueMapBuffer()
2900 const VECTOR_CLASS<Event>* events = NULL, in enqueueMapImage()
2924 const VECTOR_CLASS<Event>* events = NULL, in enqueueUnmapMemObject()
2941 const VECTOR_CLASS<Event>* events = NULL, in enqueueNDRangeKernel()
2958 const VECTOR_CLASS<Event>* events = NULL, in enqueueTask()
2973 const VECTOR_CLASS<Memory>* mem_objects = NULL, in enqueueNativeKernel()
2974 const VECTOR_CLASS<const void*>* mem_locs = NULL, in enqueueNativeKernel()
2975 const VECTOR_CLASS<Event>* events = NULL, in enqueueNativeKernel()
3007 cl_int enqueueWaitForEvents(const VECTOR_CLASS<Event>& events) const in enqueueWaitForEvents()
3018 const VECTOR_CLASS<Memory>* mem_objects = NULL, in enqueueAcquireGLObjects()
3019 const VECTOR_CLASS<Event>* events = NULL, in enqueueAcquireGLObjects()
3034 const VECTOR_CLASS<Memory>* mem_objects = NULL, in enqueueReleaseGLObjects()
3035 const VECTOR_CLASS<Event>* events = NULL, in enqueueReleaseGLObjects()
3060 const VECTOR_CLASS<Memory>* mem_objects = NULL, in enqueueAcquireD3D10Objects()
3061 const VECTOR_CLASS<Event>* events = NULL, in enqueueAcquireD3D10Objects()
3079 const VECTOR_CLASS<Memory>* mem_objects = NULL, in enqueueReleaseD3D10Objects()
3080 const VECTOR_CLASS<Event>* events = NULL, in enqueueReleaseD3D10Objects()
3158 inline Event operator()(const VECTOR_CLASS<Event>* events = NULL);
3163 const VECTOR_CLASS<Event>* events = NULL);
3169 const VECTOR_CLASS<Event>* events = NULL);
3176 const VECTOR_CLASS<Event>* events = NULL);
3184 const VECTOR_CLASS<Event>* events = NULL);
3193 const VECTOR_CLASS<Event>* events = NULL);
3203 const VECTOR_CLASS<Event>* events = NULL);
3215 const VECTOR_CLASS<Event>* events = NULL);
3228 const VECTOR_CLASS<Event>* events = NULL);
3242 const VECTOR_CLASS<Event>* events = NULL);
3257 const VECTOR_CLASS<Event>* events = NULL);
3274 const VECTOR_CLASS<Event>* events = NULL);
3292 const VECTOR_CLASS<Event>* events = NULL);
3311 const VECTOR_CLASS<Event>* events = NULL);
3331 const VECTOR_CLASS<Event>* events = NULL);
3352 const VECTOR_CLASS<Event>* events = NULL);
3396 Event KernelFunctor::operator()(const VECTOR_CLASS<Event>* events) in operator ()()
3414 const VECTOR_CLASS<Event>* events) in operator ()()
3435 const VECTOR_CLASS<Event>* events) in operator ()()
3458 const VECTOR_CLASS<Event>* events) in operator ()()
3483 const VECTOR_CLASS<Event>* events) in operator ()()
3510 const VECTOR_CLASS<Event>* events) in operator ()()
3540 const VECTOR_CLASS<Event>* events) in operator ()()
3572 const VECTOR_CLASS<Event>* events) in operator ()()
3606 const VECTOR_CLASS<Event>* events) in operator ()()
3642 const VECTOR_CLASS<Event>* events) in operator ()()
3680 const VECTOR_CLASS<Event>* events) in operator ()()
3721 const VECTOR_CLASS<Event>* events) in operator ()()
3764 const VECTOR_CLASS<Event>* events) in operator ()()
3809 const VECTOR_CLASS<Event>* events) in operator ()()
3856 const VECTOR_CLASS<Event>* events) in operator ()()
3905 const VECTOR_CLASS<Event>* events) in operator ()()