Searched refs:m_CurrentAddrVramB (Results 1 – 2 of 2) sorted by relevance
40 m_CurrentAddrVramB = nn::gx::GetVramStartAddr(nn::gx::MEM_VRAMB); in Initialize()52 m_CurrentAddrVramB = nn::gx::GetVramStartAddr(nn::gx::MEM_VRAMB); in Finalize()121 … if (MathRoundup(m_CurrentAddrVramB, addrAlign) + size > nn::gx::GetVramEndAddr(nn::gx::MEM_VRAMB)) in Allocate()125 m_CurrentAddrVramB = MathRoundup(m_CurrentAddrVramB, addrAlign); in Allocate()126 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()127 m_CurrentAddrVramB += size; in Allocate()
79 m_CurrentAddrVramB( NULL ), in GraphicsMemoryAllocator()90 uptr m_CurrentAddrVramB; variable