Lines Matching refs:os
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;
232 namespace os
256 HioPacketChannel* Create(os::IAllocator* ,os::IAllocator* ) { return NULL; } in Create()
259 static bool Initialize(os::IAllocator*) { return false; } in Initialize()
267 HioPacketChannel(os::IAllocator* ,os::IAllocator* ,const Description& ){ } in HioPacketChannel()
269 static nw::os::IAllocator* s_DeviceAllocatorForHioWorkMemory;