Searched refs:allocate_pointer (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl2.hpp117 * In addition cl::allocate_pointer forwards to std::allocate_shared
178 * the cl::allocate_pointer functions are not defined and may be
321 auto fooPointer = cl::allocate_pointer<Foo>(svmAllocReadOnly);
596 // Replace unique_ptr and allocate_pointer for internal use
3594 cl::pointer<T, detail::Deleter<Alloc>> allocate_pointer(const Alloc &alloc_, Args&&... args) function in namespace:cl
3626 return cl::allocate_pointer<T>(alloc, args...);
3633 return cl::allocate_pointer<T>(alloc, args...);
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl2.hpp117 * In addition cl::allocate_pointer forwards to std::allocate_shared
178 * the cl::allocate_pointer functions are not defined and may be
329 auto fooPointer = cl::allocate_pointer<Foo>(svmAllocReadOnly);
622 // Replace unique_ptr and allocate_pointer for internal use
3738 cl::pointer<T, detail::Deleter<Alloc>> allocate_pointer(const Alloc &alloc_, Args&&... args) function in namespace:cl
3770 return cl::allocate_pointer<T>(alloc, args...);
3777 return cl::allocate_pointer<T>(alloc, args...);

Completed in 27 milliseconds