CLOGS
C++ library for sorting and searching in OpenCL applications
clogs::Radixsort Member List

This is the complete list of members for clogs::Radixsort, including all inherited members.

Algorithm() (defined in clogs::Algorithm)clogs::Algorithmprotected
enqueue(cl_command_queue command_queue, cl_mem keys, cl_mem values,::size_t elements, unsigned int maxBits, cl_uint numEvents, const cl_event *events, cl_event *event, cl_int &err, const char *&errStr) (defined in clogs::Radixsort)clogs::Radixsortprotected
enqueue(const cl::CommandQueue &commandQueue, const cl::Buffer &keys, const cl::Buffer &values,::size_t elements, unsigned int maxBits=0, const VECTOR_CLASS< cl::Event > *events=NULL, cl::Event *event=NULL)clogs::Radixsortinline
enqueue(cl_command_queue commandQueue, cl_mem keys, cl_mem values,::size_t elements, unsigned int maxBits=0, cl_uint numEvents=0, const cl_event *events=NULL, cl_event *event=NULL)clogs::Radixsortinline
clogs::Algorithm::moveAssign(Algorithm &other)clogs::Algorithmprotected
moveConstruct(Algorithm &other)clogs::Algorithmprotected
Radixsort()clogs::Radixsort
Radixsort(const cl::Context &context, const cl::Device &device, const Type &keyType, const Type &valueType=Type())clogs::Radixsortinline
Radixsort(const cl::Context &context, const cl::Device &device, const RadixsortProblem &problem)clogs::Radixsortinline
setDetail(detail::Algorithm *ptr)clogs::Algorithmprotected
setEventCallback(void(*callback)(const cl::Event &, void *), void *userData, void(*free)(void *)=NULL)clogs::Algorithminline
setEventCallback(const T &callback)clogs::Algorithminline
setEventCallback(void(*callback)(cl_event, void *), void *userData, void(*free)(void *)=NULL)clogs::Algorithm
setTemporaryBuffers(cl_mem keys, cl_mem values, cl_int &err, const char *&errStr) (defined in clogs::Radixsort)clogs::Radixsortprotected
setTemporaryBuffers(const cl::Buffer &keys, const cl::Buffer &values)clogs::Radixsortinline
setTemporaryBuffers(cl_mem keys, cl_mem values)clogs::Radixsortinline
swap (defined in clogs::Radixsort)clogs::Radixsortfriend
clogs::Algorithm::swap(Algorithm &other)clogs::Algorithmprotected
~Algorithm() (defined in clogs::Algorithm)clogs::Algorithmprotected
~Radixsort()clogs::Radixsort