Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_DriverCommandManager.h76 u32* m_CommandMemoryArea; variable
90 … commandAreaCount = ( sizeof(Command) + sizeof(m_CommandMemoryArea[0]) - 1 ) / sizeof(m_CommandMem… in AllocCommand()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp50 m_CommandMemoryArea = static_cast<u32*>(commandBuffer); in Initialize()
51 m_CommandMemoryAreaSize = commandBufferSize / sizeof(m_CommandMemoryArea[0]); in Initialize()
94 ptr = &m_CommandMemoryArea[m_CommandMemoryAreaBegin]; in TryAllocMemory()
101 ptr = &m_CommandMemoryArea[m_CommandMemoryAreaBegin]; in TryAllocMemory()
105 ptr = &m_CommandMemoryArea[0]; in TryAllocMemory()