Searched refs:s_pDeviceMemoryAllocator (Results 1 – 2 of 2) sorted by relevance
44 nw::os::IAllocator* Layout::s_pDeviceMemoryAllocator = 0; member in nw::lyt::Layout121 s_pDeviceMemoryAllocator = pAllocator; in SetDeviceMemoryAllocator()137 NW_NULL_ASSERT(s_pDeviceMemoryAllocator); in AllocDeviceMemory()139 void *const pMem = s_pDeviceMemoryAllocator->Alloc(size, alignment); in AllocDeviceMemory()155 NW_NULL_ASSERT(s_pDeviceMemoryAllocator); in FreeDeviceMemory()157 s_pDeviceMemoryAllocator->Free(mem); in FreeDeviceMemory()
115 return s_pDeviceMemoryAllocator; in GetDeviceMemoryAllocator()882 static nw::os::IAllocator* s_pDeviceMemoryAllocator; variable