Home
last modified time | relevance | path

Searched refs:m_CurrentAddrVramB (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsMemoryAllocator.cpp40 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()
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsMemoryAllocator.h79 m_CurrentAddrVramB( NULL ), in GraphicsMemoryAllocator()
90 uptr m_CurrentAddrVramB; variable