Searched refs:m_CurrentAddrVramB (Results 1 – 2 of 2) sorted by relevance
38 m_CurrentAddrVramB = nn::gx::GetVramStartAddr(nn::gx::MEM_VRAMB); in Initialize()50 m_CurrentAddrVramB = nn::gx::GetVramStartAddr(nn::gx::MEM_VRAMB); in Finalize()119 … if (MathRoundup(m_CurrentAddrVramB, addrAlign) + size > nn::gx::GetVramEndAddr(nn::gx::MEM_VRAMB)) in Allocate()123 m_CurrentAddrVramB = MathRoundup(m_CurrentAddrVramB, addrAlign); in Allocate()124 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()125 m_CurrentAddrVramB += size; in Allocate()
77 m_CurrentAddrVramB( NULL ), in GraphicsMemoryAllocator()88 uptr m_CurrentAddrVramB; variable