|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
This is the complete list of members for cl::CommandQueue, including all inherited members.
| CommandQueue(cl_command_queue_properties properties, cl_int *err=NULL) (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| CommandQueue(const Context &context, cl_command_queue_properties properties=0, cl_int *err=NULL) | cl::CommandQueue | inlineexplicit |
| CommandQueue(const Context &context, const Device &device, cl_command_queue_properties properties=0, cl_int *err=NULL) (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| CommandQueue() (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| CommandQueue(const CommandQueue &commandQueue) (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| CommandQueue(const cl_command_queue &commandQueue) (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueAcquireGLObjects(const VECTOR_CLASS< Memory > *mem_objects=NULL, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
| 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) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueCopyBufferRect(const Buffer &src, const Buffer &dst, const size_t< 3 > &src_origin, const size_t< 3 > &dst_origin, const size_t< 3 > ®ion, ::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) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueCopyBufferToImage(const Buffer &src, const Image &dst, ::size_t src_offset, const size_t< 3 > &dst_origin, const size_t< 3 > ®ion, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueCopyImage(const Image &src, const Image &dst, const size_t< 3 > &src_origin, const size_t< 3 > &dst_origin, const size_t< 3 > ®ion, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueCopyImageToBuffer(const Image &src, const Buffer &dst, const size_t< 3 > &src_origin, const size_t< 3 > ®ion, ::size_t dst_offset, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| 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) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueMapImage(const Image &buffer, cl_bool blocking, cl_map_flags flags, const size_t< 3 > &origin, const size_t< 3 > ®ion, ::size_t *row_pitch, ::size_t *slice_pitch, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL, cl_int *err=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| 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) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueNDRangeKernel(const Kernel &kernel, const NDRange &offset, const NDRange &global, const NDRange &local=NullRange, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueReadBuffer(const Buffer &buffer, cl_bool blocking, ::size_t offset, ::size_t size, void *ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueReadBufferRect(const Buffer &buffer, cl_bool blocking, const size_t< 3 > &buffer_offset, const size_t< 3 > &host_offset, const size_t< 3 > ®ion, ::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) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueReadImage(const Image &image, cl_bool blocking, const size_t< 3 > &origin, const size_t< 3 > ®ion, ::size_t row_pitch, ::size_t slice_pitch, void *ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueReleaseGLObjects(const VECTOR_CLASS< Memory > *mem_objects=NULL, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueTask(const Kernel &kernel, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueUnmapMemObject(const Memory &memory, void *mapped_ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| 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) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueWriteBufferRect(const Buffer &buffer, cl_bool blocking, const size_t< 3 > &buffer_offset, const size_t< 3 > &host_offset, const size_t< 3 > ®ion, ::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) const (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| enqueueWriteImage(const Image &image, cl_bool blocking, const size_t< 3 > &origin, const size_t< 3 > ®ion, ::size_t row_pitch, ::size_t slice_pitch, void *ptr, const VECTOR_CLASS< 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 | 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 CommandQueue &rhs) (defined in cl::CommandQueue) | cl::CommandQueue | inline |
| operator=(const cl_command_queue &rhs) (defined in cl::CommandQueue) | cl::CommandQueue | inline |