Analysis Software
Documentation for sPHENIX simulation software
|
This is the complete list of members for cl::CommandQueue, including all inherited members.
cl_type typedef | cl::detail::Wrapper< cl_command_queue > | |
CommandQueue(const Context &context, const Device &device, cl_command_queue_properties properties=0, cl_int *err=NULL) | cl::CommandQueue | inline |
CommandQueue() | cl::CommandQueue | inline |
CommandQueue(const CommandQueue &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 |
enqueueBarrier() 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 | 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 | 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 | 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 | 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 | 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 | cl::CommandQueue | inline |
enqueueMarker(Event *event=NULL) const | cl::CommandQueue | inline |
enqueueNativeKernel(void(*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 | cl::CommandQueue | inline |
enqueueNDRangeKernel(const Kernel &kernel, const NDRange &offset, const NDRange &global, const NDRange &local, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const | 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 | 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 | cl::CommandQueue | inline |
enqueueReleaseGLObjects(const VECTOR_CLASS< Memory > *mem_objects=NULL, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
enqueueTask(const Kernel &kernel, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
enqueueUnmapMemObject(const Memory &memory, void *mapped_ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const | cl::CommandQueue | inline |
enqueueWaitForEvents(const VECTOR_CLASS< Event > &events) const | 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 | 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 | cl::CommandQueue | inline |
finish() const | cl::CommandQueue | inline |
flush() const | cl::CommandQueue | inline |
getInfo(cl_command_queue_info name, T *param) const | cl::CommandQueue | inline |
getInfo(cl_int *err=NULL) const | cl::CommandQueue | inline |
object_ | cl::detail::Wrapper< cl_command_queue > | protected |
operator()() const | cl::detail::Wrapper< cl_command_queue > | inline |
operator()() | cl::detail::Wrapper< cl_command_queue > | inline |
operator=(const CommandQueue &rhs) | cl::CommandQueue | inline |
Wrapper< cl_command_queue >::operator=(const Wrapper< cl_type > &rhs) | cl::detail::Wrapper< cl_command_queue > | inline |
release() const | cl::detail::Wrapper< cl_command_queue > | inlineprotected |
retain() const | cl::detail::Wrapper< cl_command_queue > | inlineprotected |
Wrapper() | 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 |