CLOGS
C++ library for sorting and searching in OpenCL applications
|
This is the complete list of members for clogs::Radixsort, including all inherited members.
Algorithm() (defined in clogs::Algorithm) | clogs::Algorithm | protected |
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::Radixsort | protected |
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::Radixsort | inline |
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::Radixsort | inline |
clogs::Algorithm::moveAssign(Algorithm &other) | clogs::Algorithm | protected |
moveConstruct(Algorithm &other) | clogs::Algorithm | protected |
Radixsort() | clogs::Radixsort | |
Radixsort(const cl::Context &context, const cl::Device &device, const Type &keyType, const Type &valueType=Type()) | clogs::Radixsort | inline |
Radixsort(const cl::Context &context, const cl::Device &device, const RadixsortProblem &problem) | clogs::Radixsort | inline |
setDetail(detail::Algorithm *ptr) | clogs::Algorithm | protected |
setEventCallback(void(*callback)(const cl::Event &, void *), void *userData, void(*free)(void *)=NULL) | clogs::Algorithm | inline |
setEventCallback(const T &callback) | clogs::Algorithm | inline |
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::Radixsort | protected |
setTemporaryBuffers(const cl::Buffer &keys, const cl::Buffer &values) | clogs::Radixsort | inline |
setTemporaryBuffers(cl_mem keys, cl_mem values) | clogs::Radixsort | inline |
swap (defined in clogs::Radixsort) | clogs::Radixsort | friend |
clogs::Algorithm::swap(Algorithm &other) | clogs::Algorithm | protected |
~Algorithm() (defined in clogs::Algorithm) | clogs::Algorithm | protected |
~Radixsort() | clogs::Radixsort |