Searched refs:m_CommandMemoryAreaSize (Results 1 – 2 of 2) sorted by relevance
51 m_CommandMemoryAreaSize = commandBufferSize / sizeof(m_CommandMemoryArea[0]); in Initialize()65 NW_ASSERT( count <= m_CommandMemoryAreaSize ); in AllocMemory()100 if ( m_CommandMemoryAreaBegin + count <= m_CommandMemoryAreaSize ) { in TryAllocMemory()127 m_CommandMemoryAreaSize - m_CommandMemoryAreaBegin, in GetAllocatableCommandSize()
77 u32 m_CommandMemoryAreaSize; variable