Searched defs:CommandQueue (Results 1 – 2 of 2) sorted by relevance
7134 class CommandQueue : public detail::Wrapper<cl_command_queue> class7200 CommandQueue( in CommandQueue() function in cl::CommandQueue7266 CommandQueue( in CommandQueue() function in cl::CommandQueue7329 explicit CommandQueue( in CommandQueue() function in cl::CommandQueue7396 explicit CommandQueue( in CommandQueue() function in cl::CommandQueue7458 CommandQueue( in CommandQueue() function in cl::CommandQueue7509 CommandQueue( in CommandQueue() function in cl::CommandQueue7584 CommandQueue() { } in CommandQueue() function in cl::CommandQueue7593 explicit CommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) : in CommandQueue() function in cl::CommandQueue7605 CommandQueue(const CommandQueue& queue) : detail::Wrapper<cl_type>(queue) {} in CommandQueue() function in cl::CommandQueue[all …]
5503 class CommandQueue : public detail::Wrapper<cl_command_queue> class5514 CommandQueue( in CommandQueue() function in cl::CommandQueue5543 explicit CommandQueue( in CommandQueue() function in cl::CommandQueue5572 CommandQueue( in CommandQueue() function in cl::CommandQueue5591 CommandQueue(const CommandQueue& queue) : detail::Wrapper<cl_type>(queue) {} in CommandQueue() function in cl::CommandQueue5606 … CommandQueue(CommandQueue&& queue) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(queue)) {} in CommandQueue() function in cl::CommandQueue5679 CommandQueue() { } in CommandQueue() function in cl::CommandQueue5681 …__CL_EXPLICIT_CONSTRUCTORS CommandQueue(const cl_command_queue& commandQueue) : detail::Wrapper<cl… in CommandQueue() function in cl::CommandQueue