Searched refs:m_CommandMemoryArea (Results 1 – 2 of 2) sorted by relevance
76 u32* m_CommandMemoryArea; variable90 … commandAreaCount = ( sizeof(Command) + sizeof(m_CommandMemoryArea[0]) - 1 ) / sizeof(m_CommandMem… in AllocCommand()
50 m_CommandMemoryArea = static_cast<u32*>(commandBuffer); in Initialize()51 m_CommandMemoryAreaSize = commandBufferSize / sizeof(m_CommandMemoryArea[0]); in Initialize()94 ptr = &m_CommandMemoryArea[m_CommandMemoryAreaBegin]; in TryAllocMemory()101 ptr = &m_CommandMemoryArea[m_CommandMemoryAreaBegin]; in TryAllocMemory()105 ptr = &m_CommandMemoryArea[0]; in TryAllocMemory()