OpenCL C++ Bindings
cl::CommandQueue Member List

This is the complete list of members for cl::CommandQueue, including all inherited members.

CommandQueue(cl_command_queue_properties properties, cl_int *err=NULL)cl::CommandQueueinline
CommandQueue(QueueProperties properties, cl_int *err=NULL)cl::CommandQueueinline
CommandQueue(const Context &context, cl_command_queue_properties properties=0, cl_int *err=NULL)cl::CommandQueueinlineexplicit
CommandQueue(const Context &context, QueueProperties properties, cl_int *err=NULL)cl::CommandQueueinlineexplicit
CommandQueue(const Context &context, const Device &device, cl_command_queue_properties properties=0, cl_int *err=NULL)cl::CommandQueueinline
CommandQueue(const Context &context, const Device &device, QueueProperties properties, cl_int *err=NULL)cl::CommandQueueinline
CommandQueue() (defined in cl::CommandQueue)cl::CommandQueueinline
CommandQueue(const cl_command_queue &commandQueue, bool retainObject=false)cl::CommandQueueinlineexplicit
CommandQueue(const CommandQueue &queue)cl::CommandQueueinline
CommandQueue(CommandQueue &&queue) CL_HPP_NOEXCEPT_cl::CommandQueueinline
enqueueAcquireGLObjects(const vector< Memory > *mem_objects=NULL, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueBarrier() const CL_API_SUFFIX__VERSION_1_1_DEPRECATEDcl::CommandQueueinline
enqueueBarrierWithWaitList(const vector< Event > *events=0, Event *event=0) constcl::CommandQueueinline
enqueueCopyBuffer(const Buffer &src, const Buffer &dst, size_type src_offset, size_type dst_offset, size_type size, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueCopyBufferRect(const Buffer &src, const Buffer &dst, const array< size_type, 3 > &src_origin, const array< size_type, 3 > &dst_origin, const array< size_type, 3 > &region, size_type src_row_pitch, size_type src_slice_pitch, size_type dst_row_pitch, size_type dst_slice_pitch, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueCopyBufferToImage(const Buffer &src, const Image &dst, size_type src_offset, const array< size_type, 3 > &dst_origin, const array< size_type, 3 > &region, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueCopyImage(const Image &src, const Image &dst, const array< size_type, 3 > &src_origin, const array< size_type, 3 > &dst_origin, const array< size_type, 3 > &region, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueCopyImageToBuffer(const Image &src, const Buffer &dst, const array< size_type, 3 > &src_origin, const array< size_type, 3 > &region, size_type dst_offset, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueFillBuffer(const Buffer &buffer, PatternType pattern, size_type offset, size_type size, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueFillImage(const Image &image, cl_float4 fillColor, const array< size_type, 3 > &origin, const array< size_type, 3 > &region, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueFillImage(const Image &image, cl_int4 fillColor, const array< size_type, 3 > &origin, const array< size_type, 3 > &region, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueFillImage(const Image &image, cl_uint4 fillColor, const array< size_type, 3 > &origin, const array< size_type, 3 > &region, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueMapBuffer(const Buffer &buffer, cl_bool blocking, cl_map_flags flags, size_type offset, size_type size, const vector< Event > *events=NULL, Event *event=NULL, cl_int *err=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueMapImage(const Image &buffer, cl_bool blocking, cl_map_flags flags, const array< size_type, 3 > &origin, const array< size_type, 3 > &region, size_type *row_pitch, size_type *slice_pitch, const vector< Event > *events=NULL, Event *event=NULL, cl_int *err=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueMapSVM(T *ptr, cl_bool blocking, cl_map_flags flags, size_type size, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueMapSVM(cl::pointer< T, D > &ptr, cl_bool blocking, cl_map_flags flags, size_type size, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueMapSVM(cl::vector< T, Alloc > &container, cl_bool blocking, cl_map_flags flags, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueMarker(Event *event=NULL) const CL_API_SUFFIX__VERSION_1_1_DEPRECATEDcl::CommandQueueinline
enqueueMarkerWithWaitList(const vector< Event > *events=0, Event *event=0) constcl::CommandQueueinline
enqueueMigrateMemObjects(const vector< Memory > &memObjects, cl_mem_migration_flags flags, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueMigrateSVM(const cl::vector< T * > &svmRawPointers, const cl::vector< size_type > &sizes, cl_mem_migration_flags flags=0, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueMigrateSVM(const cl::vector< T * > &svmRawPointers, cl_mem_migration_flags flags=0, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueMigrateSVM(const cl::vector< cl::pointer< T, D > > &svmPointers, const cl::vector< size_type > &sizes, cl_mem_migration_flags flags=0, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueMigrateSVM(const cl::vector< cl::pointer< T, D > > &svmPointers, cl_mem_migration_flags flags=0, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueMigrateSVM(const cl::vector< cl::vector< T, Alloc > > &svmContainers, const cl::vector< size_type > &sizes, cl_mem_migration_flags flags=0, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueMigrateSVM(const cl::vector< cl::vector< T, Alloc > > &svmContainers, cl_mem_migration_flags flags=0, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueNativeKernel(void(CL_CALLBACK *userFptr)(void *), std::pair< void *, size_type > args, const vector< Memory > *mem_objects=NULL, const vector< const void * > *mem_locs=NULL, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueNDRangeKernel(const Kernel &kernel, const NDRange &offset, const NDRange &global, const NDRange &local=NullRange, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueReadBuffer(const Buffer &buffer, cl_bool blocking, size_type offset, size_type size, void *ptr, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueReadBufferRect(const Buffer &buffer, cl_bool blocking, const array< size_type, 3 > &buffer_offset, const array< size_type, 3 > &host_offset, const array< size_type, 3 > &region, size_type buffer_row_pitch, size_type buffer_slice_pitch, size_type host_row_pitch, size_type host_slice_pitch, void *ptr, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueReadImage(const Image &image, cl_bool blocking, const array< size_type, 3 > &origin, const array< size_type, 3 > &region, size_type row_pitch, size_type slice_pitch, void *ptr, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueReleaseGLObjects(const vector< Memory > *mem_objects=NULL, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueTask(const Kernel &kernel, const vector< Event > *events=NULL, Event *event=NULL) const CL_API_SUFFIX__VERSION_1_2_DEPRECATED (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueUnmapMemObject(const Memory &memory, void *mapped_ptr, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueUnmapSVM(T *ptr, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueUnmapSVM(cl::pointer< T, D > &ptr, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueUnmapSVM(cl::vector< T, Alloc > &container, const vector< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueWaitForEvents(const vector< Event > &events) const CL_API_SUFFIX__VERSION_1_1_DEPRECATED (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueWriteBuffer(const Buffer &buffer, cl_bool blocking, size_type offset, size_type size, const void *ptr, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueWriteBufferRect(const Buffer &buffer, cl_bool blocking, const array< size_type, 3 > &buffer_offset, const array< size_type, 3 > &host_offset, const array< size_type, 3 > &region, size_type buffer_row_pitch, size_type buffer_slice_pitch, size_type host_row_pitch, size_type host_slice_pitch, const void *ptr, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
enqueueWriteImage(const Image &image, cl_bool blocking, const array< size_type, 3 > &origin, const array< size_type, 3 > &region, size_type row_pitch, size_type slice_pitch, const void *ptr, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
finish() const (defined in cl::CommandQueue)cl::CommandQueueinline
flush() const (defined in cl::CommandQueue)cl::CommandQueueinline
getDefault(cl_int *err=NULL) (defined in cl::CommandQueue)cl::CommandQueueinlinestatic
getInfo(cl_command_queue_info name, T *param) const (defined in cl::CommandQueue)cl::CommandQueueinline
getInfo(cl_int *err=NULL) const (defined in cl::CommandQueue)cl::CommandQueueinline
operator=(const cl_command_queue &rhs) (defined in cl::CommandQueue)cl::CommandQueueinline
operator=(const CommandQueue &queue)cl::CommandQueueinline
operator=(CommandQueue &&queue)cl::CommandQueueinline
setDefault(const CommandQueue &default_queue)cl::CommandQueueinlinestatic