Searched refs:m_CurrentAddrVramA (Results 1 – 2 of 2) sorted by relevance
39 m_CurrentAddrVramA = nn::gx::GetVramStartAddr(nn::gx::MEM_VRAMA); in Initialize()51 m_CurrentAddrVramA = nn::gx::GetVramStartAddr(nn::gx::MEM_VRAMA); in Finalize()110 … if (MathRoundup(m_CurrentAddrVramA, addrAlign) + size > nn::gx::GetVramEndAddr(nn::gx::MEM_VRAMA)) in Allocate()114 m_CurrentAddrVramA = MathRoundup(m_CurrentAddrVramA, addrAlign); in Allocate()115 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramA); in Allocate()116 m_CurrentAddrVramA += size; in Allocate()
78 m_CurrentAddrVramA( NULL ), in GraphicsMemoryAllocator()89 uptr m_CurrentAddrVramA; variable