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