Home
last modified time | relevance | path

Searched refs:s_pDeviceMemoryAllocator (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Layout.cpp44 nw::os::IAllocator* Layout::s_pDeviceMemoryAllocator = 0; member in nw::lyt::Layout
121 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()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Layout.h115 return s_pDeviceMemoryAllocator; in GetDeviceMemoryAllocator()
882 static nw::os::IAllocator* s_pDeviceMemoryAllocator; variable