ASL  0.1.7
Advanced Simulation Library
cl::CommandQueue Member List

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

cl_type typedefcl::detail::Wrapper< cl_command_queue >
CommandQueue(cl_command_queue_properties 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, const Device &device, cl_command_queue_properties properties=0, cl_int *err=NULL)cl::CommandQueueinline
CommandQueue(const CommandQueue &queue)cl::CommandQueueinline
CommandQueue()cl::CommandQueueinline
CommandQueue(const cl_command_queue &commandQueue)cl::CommandQueueinline
enqueueAcquireGLObjects(const VECTOR_CLASS< Memory > *mem_objects=NULL, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueCopyBuffer(const Buffer &src, const Buffer &dst, ::size_t src_offset, ::size_t dst_offset, ::size_t size, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueCopyBufferRect(const Buffer &src, const Buffer &dst, const size_t< 3 > &src_origin, const size_t< 3 > &dst_origin, const size_t< 3 > &region, ::size_t src_row_pitch, ::size_t src_slice_pitch, ::size_t dst_row_pitch, ::size_t dst_slice_pitch, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueCopyBufferToImage(const Buffer &src, const Image &dst, ::size_t src_offset, const size_t< 3 > &dst_origin, const size_t< 3 > &region, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueCopyImage(const Image &src, const Image &dst, const size_t< 3 > &src_origin, const size_t< 3 > &dst_origin, const size_t< 3 > &region, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueCopyImageToBuffer(const Image &src, const Buffer &dst, const size_t< 3 > &src_origin, const size_t< 3 > &region, ::size_t dst_offset, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueMapBuffer(const Buffer &buffer, cl_bool blocking, cl_map_flags flags, ::size_t offset, ::size_t size, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL, cl_int *err=NULL) constcl::CommandQueueinline
enqueueMapImage(const Image &buffer, cl_bool blocking, cl_map_flags flags, const size_t< 3 > &origin, const size_t< 3 > &region, ::size_t *row_pitch, ::size_t *slice_pitch, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL, cl_int *err=NULL) constcl::CommandQueueinline
enqueueNativeKernel(void(CL_CALLBACK *userFptr)(void *), std::pair< void *, ::size_t > args, const VECTOR_CLASS< Memory > *mem_objects=NULL, const VECTOR_CLASS< const void * > *mem_locs=NULL, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueNDRangeKernel(const Kernel &kernel, const NDRange &offset, const NDRange &global, const NDRange &local=NullRange, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueReadBuffer(const Buffer &buffer, cl_bool blocking, ::size_t offset, ::size_t size, void *ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueReadBufferRect(const Buffer &buffer, cl_bool blocking, const size_t< 3 > &buffer_offset, const size_t< 3 > &host_offset, const size_t< 3 > &region, ::size_t buffer_row_pitch, ::size_t buffer_slice_pitch, ::size_t host_row_pitch, ::size_t host_slice_pitch, void *ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueReadImage(const Image &image, cl_bool blocking, const size_t< 3 > &origin, const size_t< 3 > &region, ::size_t row_pitch, ::size_t slice_pitch, void *ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueReleaseGLObjects(const VECTOR_CLASS< Memory > *mem_objects=NULL, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueTask(const Kernel &kernel, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueUnmapMemObject(const Memory &memory, void *mapped_ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueWriteBuffer(const Buffer &buffer, cl_bool blocking, ::size_t offset, ::size_t size, const void *ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueWriteBufferRect(const Buffer &buffer, cl_bool blocking, const size_t< 3 > &buffer_offset, const size_t< 3 > &host_offset, const size_t< 3 > &region, ::size_t buffer_row_pitch, ::size_t buffer_slice_pitch, ::size_t host_row_pitch, ::size_t host_slice_pitch, void *ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
enqueueWriteImage(const Image &image, cl_bool blocking, const size_t< 3 > &origin, const size_t< 3 > &region, ::size_t row_pitch, ::size_t slice_pitch, void *ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) constcl::CommandQueueinline
finish() constcl::CommandQueueinline
flush() constcl::CommandQueueinline
getDefault(cl_int *err=NULL)cl::CommandQueueinlinestatic
getInfo(cl_command_queue_info name, T *param) constcl::CommandQueueinline
getInfo(cl_int *err=NULL) constcl::CommandQueueinline
object_cl::detail::Wrapper< cl_command_queue >protected
operator()() constcl::detail::Wrapper< cl_command_queue >inline
operator()()cl::detail::Wrapper< cl_command_queue >inline
operator=(const CommandQueue &queue)cl::CommandQueueinline
operator=(const cl_command_queue &rhs)cl::CommandQueueinline
Wrapper< cl_command_queue >::operator=(const Wrapper< cl_type > &rhs)cl::detail::Wrapper< cl_command_queue >inline
release() constcl::detail::Wrapper< cl_command_queue >inlineprotected
retain() constcl::detail::Wrapper< cl_command_queue >inlineprotected
Wrapper()cl::detail::Wrapper< cl_command_queue >inline
Wrapper(const cl_type &obj)cl::detail::Wrapper< cl_command_queue >inline
Wrapper(const Wrapper< cl_type > &rhs)cl::detail::Wrapper< cl_command_queue >inline
~Wrapper()cl::detail::Wrapper< cl_command_queue >inline