Searched refs:m_CommandMemoryAreaEnd (Results 1 – 2 of 2) sorted by relevance
49 m_CommandMemoryAreaEnd = 0; in Initialize()93 if ( m_CommandMemoryAreaEnd > m_CommandMemoryAreaBegin ) { in TryAllocMemory()95 if ( m_CommandMemoryAreaBegin + count <= m_CommandMemoryAreaEnd ) { in TryAllocMemory()106 else if ( count <= m_CommandMemoryAreaEnd ) { in TryAllocMemory()112 if ( ptr != NULL && m_CommandMemoryAreaBegin == m_CommandMemoryAreaEnd ) { in TryAllocMemory()122 if ( m_CommandMemoryAreaEnd > m_CommandMemoryAreaBegin ) { in GetAllocatableCommandSize()124 return m_CommandMemoryAreaEnd - m_CommandMemoryAreaBegin; in GetAllocatableCommandSize()130 m_CommandMemoryAreaEnd in GetAllocatableCommandSize()218 m_CommandMemoryAreaEnd = command->memory_next; in FinalizeCommandList()220 if ( m_CommandMemoryAreaBegin == m_CommandMemoryAreaEnd ) { in FinalizeCommandList()[all …]
82 u32 m_CommandMemoryAreaEnd; variable