Searched refs:m_CommandMemoryAreaSize (Results 1 – 2 of 2) sorted by relevance
53 m_CommandMemoryAreaSize = commandBufferSize / sizeof(m_CommandMemoryArea[0]); in Initialize()67 NW_ASSERT( count <= m_CommandMemoryAreaSize ); in AllocMemory()102 if ( m_CommandMemoryAreaBegin + count <= m_CommandMemoryAreaSize ) { in TryAllocMemory()129 m_CommandMemoryAreaSize - m_CommandMemoryAreaBegin, in GetAllocatableCommandSize()
79 u32 m_CommandMemoryAreaSize; variable