OpenCL C++ Bindings
|
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::CommandQueue | inline |
CommandQueue(QueueProperties properties, cl_int *err=NULL) | cl::CommandQueue | inline |
CommandQueue(const Context &context, cl_command_queue_properties properties=0, cl_int *err=NULL) | cl::CommandQueue | inlineexplicit |
CommandQueue(const Context &context, QueueProperties properties, cl_int *err=NULL) | cl::CommandQueue | inlineexplicit |
CommandQueue(const Context &context, const Device &device, cl_command_queue_properties properties=0, cl_int *err=NULL) | cl::CommandQueue | inline |
CommandQueue(const Context &context, const Device &device, QueueProperties properties, cl_int *err=NULL) | cl::CommandQueue | inline |
CommandQueue() (defined in cl::CommandQueue) | cl::CommandQueue | inline |
CommandQueue(const cl_command_queue &commandQueue, bool retainObject=false) | cl::CommandQueue | inlineexplicit |
CommandQueue(const CommandQueue &queue) | cl::CommandQueue | inline |
CommandQueue(CommandQueue &&queue) CL_HPP_NOEXCEPT_ | cl::CommandQueue | inline |
enqueueAcquireGLObjects(const vector< Memory > *mem_objects=NULL, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
enqueueBarrier() const CL_API_SUFFIX__VERSION_1_1_DEPRECATED | cl::CommandQueue | inline |
enqueueBarrierWithWaitList(const vector< Event > *events=0, Event *event=0) const | cl::CommandQueue | inline |
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::CommandQueue | inline |
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 > ®ion, 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::CommandQueue | inline |
enqueueCopyBufferToImage(const Buffer &src, const Image &dst, size_type src_offset, const array< size_type, 3 > &dst_origin, const array< size_type, 3 > ®ion, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
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 > ®ion, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
enqueueCopyImageToBuffer(const Image &src, const Buffer &dst, const array< size_type, 3 > &src_origin, const array< size_type, 3 > ®ion, size_type dst_offset, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
enqueueFillBuffer(const Buffer &buffer, PatternType pattern, size_type offset, size_type size, const vector< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
enqueueFillImage(const Image &image, cl_float4 fillColor, const array< size_type, 3 > &origin, const array< size_type, 3 > ®ion, const vector< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
enqueueFillImage(const Image &image, cl_int4 fillColor, const array< size_type, 3 > &origin, const array< size_type, 3 > ®ion, const vector< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
enqueueFillImage(const Image &image, cl_uint4 fillColor, const array< size_type, 3 > &origin, const array< size_type, 3 > ®ion, const vector< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
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::CommandQueue | inline |
enqueueMapImage(const Image &buffer, cl_bool blocking, cl_map_flags flags, const array< size_type, 3 > &origin, const array< size_type, 3 > ®ion, 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::CommandQueue | inline |
enqueueMapSVM(T *ptr, cl_bool blocking, cl_map_flags flags, size_type size, const vector< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
enqueueMapSVM(cl::pointer< T, D > &ptr, cl_bool blocking, cl_map_flags flags, size_type size, const vector< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
enqueueMapSVM(cl::vector< T, Alloc > &container, cl_bool blocking, cl_map_flags flags, const vector< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
enqueueMarker(Event *event=NULL) const CL_API_SUFFIX__VERSION_1_1_DEPRECATED | cl::CommandQueue | inline |
enqueueMarkerWithWaitList(const vector< Event > *events=0, Event *event=0) const | cl::CommandQueue | inline |
enqueueMigrateMemObjects(const vector< Memory > &memObjects, cl_mem_migration_flags flags, const vector< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
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) const | cl::CommandQueue | inline |
enqueueMigrateSVM(const cl::vector< T * > &svmRawPointers, cl_mem_migration_flags flags=0, const vector< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
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) const | cl::CommandQueue | inline |
enqueueMigrateSVM(const cl::vector< cl::pointer< T, D > > &svmPointers, cl_mem_migration_flags flags=0, const vector< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
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) const | cl::CommandQueue | inline |
enqueueMigrateSVM(const cl::vector< cl::vector< T, Alloc > > &svmContainers, cl_mem_migration_flags flags=0, const vector< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
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::CommandQueue | inline |
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::CommandQueue | inline |
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::CommandQueue | inline |
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 > ®ion, 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::CommandQueue | inline |
enqueueReadImage(const Image &image, cl_bool blocking, const array< size_type, 3 > &origin, const array< size_type, 3 > ®ion, size_type row_pitch, size_type slice_pitch, void *ptr, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
enqueueReleaseGLObjects(const vector< Memory > *mem_objects=NULL, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
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::CommandQueue | inline |
enqueueUnmapMemObject(const Memory &memory, void *mapped_ptr, const vector< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
enqueueUnmapSVM(T *ptr, const vector< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
enqueueUnmapSVM(cl::pointer< T, D > &ptr, const vector< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
enqueueUnmapSVM(cl::vector< T, Alloc > &container, const vector< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
enqueueWaitForEvents(const vector< Event > &events) const CL_API_SUFFIX__VERSION_1_1_DEPRECATED (defined in cl::CommandQueue) | cl::CommandQueue | inline |
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::CommandQueue | inline |
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 > ®ion, 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::CommandQueue | inline |
enqueueWriteImage(const Image &image, cl_bool blocking, const array< size_type, 3 > &origin, const array< size_type, 3 > ®ion, 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::CommandQueue | inline |
finish() const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
flush() const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
getDefault(cl_int *err=NULL) (defined in cl::CommandQueue) | cl::CommandQueue | inlinestatic |
getInfo(cl_command_queue_info name, T *param) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
getInfo(cl_int *err=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
operator=(const cl_command_queue &rhs) (defined in cl::CommandQueue) | cl::CommandQueue | inline |
operator=(const CommandQueue &queue) | cl::CommandQueue | inline |
operator=(CommandQueue &&queue) | cl::CommandQueue | inline |
setDefault(const CommandQueue &default_queue) | cl::CommandQueue | inlinestatic |