Searched refs:s_pDeviceMemoryAllocator (Results 1 – 2 of 2) sorted by relevance
42 nw::os::IAllocator* Layout::s_pDeviceMemoryAllocator = 0; member in nw::lyt::Layout119 s_pDeviceMemoryAllocator = pAllocator; in SetDeviceMemoryAllocator()135 NW_NULL_ASSERT(s_pDeviceMemoryAllocator); in AllocDeviceMemory()137 void *const pMem = s_pDeviceMemoryAllocator->Alloc(size, alignment); in AllocDeviceMemory()153 NW_NULL_ASSERT(s_pDeviceMemoryAllocator); in FreeDeviceMemory()155 s_pDeviceMemoryAllocator->Free(mem); in FreeDeviceMemory()
113 return s_pDeviceMemoryAllocator; in GetDeviceMemoryAllocator()877 static nw::os::IAllocator* s_pDeviceMemoryAllocator; variable