Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsMemoryAllocator.cpp38 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()
/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsMemoryAllocator.h77 m_CurrentAddrVramB( NULL ), in GraphicsMemoryAllocator()
88 uptr m_CurrentAddrVramB; variable