Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Layout.cpp42 nw::os::IAllocator* Layout::s_pDeviceMemoryAllocator = 0; member in nw::lyt::Layout
119 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()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Layout.h113 return s_pDeviceMemoryAllocator; in GetDeviceMemoryAllocator()
877 static nw::os::IAllocator* s_pDeviceMemoryAllocator; variable