Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_DriverCommandManager.h78 u32* m_CommandMemoryArea; variable
92 … commandAreaCount = ( sizeof(Command) + sizeof(m_CommandMemoryArea[0]) - 1 ) / sizeof(m_CommandMem… in AllocCommand()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp52 m_CommandMemoryArea = static_cast<u32*>(commandBuffer); in Initialize()
53 m_CommandMemoryAreaSize = commandBufferSize / sizeof(m_CommandMemoryArea[0]); in Initialize()
96 ptr = &m_CommandMemoryArea[m_CommandMemoryAreaBegin]; in TryAllocMemory()
103 ptr = &m_CommandMemoryArea[m_CommandMemoryAreaBegin]; in TryAllocMemory()
107 ptr = &m_CommandMemoryArea[0]; in TryAllocMemory()