Searched defs:DeviceMemorySpan (Results 1 – 1 of 1) sorted by relevance
135 template <typename T> class DeviceMemorySpan; variable588 template <typename T> friend class DeviceMemorySpan; variable1053 template <typename T> friend class DeviceMemorySpan; variable1086 DeviceMemorySpan() in DeviceMemorySpan() function1092 DeviceMemorySpan(DeviceMemorySpan<OtherElementType> &ASpan) in DeviceMemorySpan() function1100 DeviceMemorySpan(DeviceMemorySpan<OtherElementType> &&ASpan) in DeviceMemorySpan() function1108 DeviceMemorySpan(DeviceMemory<OtherElementType> &Memory) in DeviceMemorySpan() function1187 template <typename T> friend class DeviceMemorySpan; variable1190 DeviceMemorySpan(Platform *ThePlatform, pointer AHandle, index_type Size, in DeviceMemorySpan() function