Searched refs:m_CommandMemoryAreaBegin (Results 1 – 2 of 2) sorted by relevance
46 m_CommandMemoryAreaBegin = 0; in Initialize()91 if ( m_CommandMemoryAreaEnd > m_CommandMemoryAreaBegin ) { in TryAllocMemory()93 if ( m_CommandMemoryAreaBegin + count <= m_CommandMemoryAreaEnd ) { in TryAllocMemory()94 ptr = &m_CommandMemoryArea[m_CommandMemoryAreaBegin]; in TryAllocMemory()95 m_CommandMemoryAreaBegin += count; in TryAllocMemory()100 if ( m_CommandMemoryAreaBegin + count <= m_CommandMemoryAreaSize ) { in TryAllocMemory()101 ptr = &m_CommandMemoryArea[m_CommandMemoryAreaBegin]; in TryAllocMemory()102 m_CommandMemoryAreaBegin += count; in TryAllocMemory()106 m_CommandMemoryAreaBegin = count; in TryAllocMemory()110 if ( ptr != NULL && m_CommandMemoryAreaBegin == m_CommandMemoryAreaEnd ) { in TryAllocMemory()[all …]
79 u32 m_CommandMemoryAreaBegin; variable93 command->memory_next = m_CommandMemoryAreaBegin; in AllocCommand()