Searched defs:Pipe (Results 1 – 1 of 1) sorted by relevance
5528 class Pipe : public Memory class5541 Pipe( in Pipe() function in cl::Pipe5566 Pipe( in Pipe() function in cl::Pipe5585 Pipe() : Memory() { } in Pipe() function in cl::Pipe5594 explicit Pipe(const cl_mem& pipe, bool retainObject = false) : in Pipe() function in cl::Pipe5610 Pipe(const Pipe& pipe) : Memory(pipe) {} in Pipe() function in cl::Pipe5624 Pipe(Pipe&& pipe) CL_HPP_NOEXCEPT_ : Memory(std::move(pipe)) {} in Pipe() function in cl::Pipe