Lines Matching refs:IAllocator
83 os::IAllocator* allocator,
84 os::IAllocator* deviceAllocator
107 static bool Initialize(os::IAllocator* deviceAllocator);
205 os::IAllocator* allocator,
206 os::IAllocator* deviceAllocator,
212 nw::os::IAllocator* m_Allocator;
213 nw::os::IAllocator* m_DeviceAllocator;
215 static nw::os::IAllocator* s_DeviceAllocatorForHioWorkMemory;
234 class IAllocator; variable
256 HioPacketChannel* Create(os::IAllocator* ,os::IAllocator* ) { return NULL; } in Create() argument
259 static bool Initialize(os::IAllocator*) { return false; } in Initialize() argument
267 HioPacketChannel(os::IAllocator* ,os::IAllocator* ,const Description& ){ } in HioPacketChannel() argument
269 static nw::os::IAllocator* s_DeviceAllocatorForHioWorkMemory;