Lines Matching refs:IAllocator
81 os::IAllocator* allocator,
82 os::IAllocator* deviceAllocator
105 static bool Initialize(os::IAllocator* deviceAllocator);
203 os::IAllocator* allocator,
204 os::IAllocator* deviceAllocator,
210 nw::os::IAllocator* m_Allocator;
211 nw::os::IAllocator* m_DeviceAllocator;
213 static nw::os::IAllocator* s_DeviceAllocatorForHioWorkMemory;
232 class IAllocator; variable
254 HioPacketChannel* Create(os::IAllocator* ,os::IAllocator* ) { return NULL; } in Create() argument
257 static bool Initialize(os::IAllocator*) { return false; } in Initialize() argument
265 HioPacketChannel(os::IAllocator* ,os::IAllocator* ,const Description& ){ } in HioPacketChannel() argument
267 static nw::os::IAllocator* s_DeviceAllocatorForHioWorkMemory;