Searched refs:m_CommandMemoryArea (Results 1 – 2 of 2) sorted by relevance
78 u32* m_CommandMemoryArea; variable92 … commandAreaCount = ( sizeof(Command) + sizeof(m_CommandMemoryArea[0]) - 1 ) / sizeof(m_CommandMem… in AllocCommand()
52 m_CommandMemoryArea = static_cast<u32*>(commandBuffer); in Initialize()53 m_CommandMemoryAreaSize = commandBufferSize / sizeof(m_CommandMemoryArea[0]); in Initialize()96 ptr = &m_CommandMemoryArea[m_CommandMemoryAreaBegin]; in TryAllocMemory()103 ptr = &m_CommandMemoryArea[m_CommandMemoryAreaBegin]; in TryAllocMemory()107 ptr = &m_CommandMemoryArea[0]; in TryAllocMemory()