Home
last modified time | relevance | path

Searched defs:Pipe (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp5528 class Pipe : public Memory class
5541 Pipe( in Pipe() function in cl::Pipe
5566 Pipe( in Pipe() function in cl::Pipe
5585 Pipe() : Memory() { } in Pipe() function in cl::Pipe
5594 explicit Pipe(const cl_mem& pipe, bool retainObject = false) : in Pipe() function in cl::Pipe
5610 Pipe(const Pipe& pipe) : Memory(pipe) {} in Pipe() function in cl::Pipe
5624 Pipe(Pipe&& pipe) CL_HPP_NOEXCEPT_ : Memory(std::move(pipe)) {} in Pipe() function in cl::Pipe