Searched defs:CommandQueue (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl.hpp5508 class CommandQueue class in namespace:cl
5519 CommandQueue( function in class:cl::CommandQueue
5548 explicit CommandQueue( function in class:cl::CommandQueue
5577 CommandQueue( function in class:cl::CommandQueue
5596 CommandQueue(const CommandQueue& queue) : detail::Wrapper<cl_type>(queue) {} function in class:cl::CommandQueue
5611 CommandQueue(CommandQueue&& queue) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(que function in class:cl::CommandQueue
5684 CommandQueue() { } function in class:cl::CommandQueue
5686 __CL_EXPLICIT_CONSTRUCTORS CommandQueue(const cl_command_queue& commandQueue) : detail::Wra function in class:cl::CommandQueue
[all...]
H A Dcl2.hpp6632 class CommandQueue : public detail::Wrapper<cl_command_queue> class in namespace:cl
6698 CommandQueue( function in class:cl::CommandQueue
6764 CommandQueue( function in class:cl::CommandQueue
6827 explicit CommandQueue( function in class:cl::CommandQueue
6894 explicit CommandQueue( function in class:cl::CommandQueue
6956 CommandQueue( function in class:cl::CommandQueue
7007 CommandQueue( function in class:cl::CommandQueue
7082 CommandQueue() { } function in class:cl::CommandQueue
7091 explicit CommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) : function in class:cl::CommandQueue
7103 CommandQueue(const CommandQueue& queue) : detail::Wrapper<cl_type>(queue) {} function in class:cl::CommandQueue
7117 CommandQueue(CommandQueue&& queue) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(qu function in class:cl::CommandQueue
[all...]
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl.hpp5508 class CommandQueue class in namespace:cl
5519 CommandQueue( function in class:cl::CommandQueue
5548 explicit CommandQueue( function in class:cl::CommandQueue
5577 CommandQueue( function in class:cl::CommandQueue
5596 CommandQueue(const CommandQueue& queue) : detail::Wrapper<cl_type>(queue) {} function in class:cl::CommandQueue
5611 CommandQueue(CommandQueue&& queue) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(que function in class:cl::CommandQueue
5684 CommandQueue() { } function in class:cl::CommandQueue
5686 __CL_EXPLICIT_CONSTRUCTORS CommandQueue(const cl_command_queue& commandQueue) : detail::Wra function in class:cl::CommandQueue
[all...]

Completed in 30 milliseconds