Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp47 m_CommandMemoryAreaEnd = 0; in Initialize()
91 if ( m_CommandMemoryAreaEnd > m_CommandMemoryAreaBegin ) { in TryAllocMemory()
93 if ( m_CommandMemoryAreaBegin + count <= m_CommandMemoryAreaEnd ) { in TryAllocMemory()
104 else if ( count <= m_CommandMemoryAreaEnd ) { in TryAllocMemory()
110 if ( ptr != NULL && m_CommandMemoryAreaBegin == m_CommandMemoryAreaEnd ) { in TryAllocMemory()
120 if ( m_CommandMemoryAreaEnd > m_CommandMemoryAreaBegin ) { in GetAllocatableCommandSize()
122 return m_CommandMemoryAreaEnd - m_CommandMemoryAreaBegin; in GetAllocatableCommandSize()
128 m_CommandMemoryAreaEnd in GetAllocatableCommandSize()
216 m_CommandMemoryAreaEnd = command->memory_next; in FinalizeCommandList()
218 if ( m_CommandMemoryAreaBegin == m_CommandMemoryAreaEnd ) { in FinalizeCommandList()
[all …]
/NW4C-1.3.3/include/nw/snd/
Dsnd_DriverCommandManager.h80 u32 m_CommandMemoryAreaEnd; variable