Searched refs:AsyncHostMemorySpan (Results 1 – 1 of 1) sorted by relevance
139 template <typename T> class AsyncHostMemorySpan; variable730 AsyncHostMemorySpan<SrcElementTy> HostDstSpan(HostDst); in asyncCopyDToH()750 AsyncHostMemorySpan<SrcElementTy> HostDstSpan(HostDst); in asyncCopyDToH()776 AsyncHostMemorySpan<const DstElementTy> HostSrcSpan(HostSrc); in asyncCopyHToD()796 AsyncHostMemorySpan<const DstElementTy> HostSrcSpan(HostSrc); in asyncCopyHToD()1288 template <typename T> friend class AsyncHostMemorySpan;1310 template <typename ElementType> class AsyncHostMemorySpan {1323 AsyncHostMemorySpan() : TheSpan() {} in AsyncHostMemorySpan() function1327 AsyncHostMemorySpan(AsyncHostMemory<OtherElementType> &Memory) in AsyncHostMemorySpan() function1332 AsyncHostMemorySpan(OwnedAsyncHostMemory<OtherElementType> &Owned) in AsyncHostMemorySpan() function[all …]