Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsMemoryAllocator.cpp37 m_CurrentAddrVramA = nn::gx::GetVramStartAddr(nn::gx::MEM_VRAMA); in Initialize()
49 m_CurrentAddrVramA = nn::gx::GetVramStartAddr(nn::gx::MEM_VRAMA); in Finalize()
108 … if (MathRoundup(m_CurrentAddrVramA, addrAlign) + size > nn::gx::GetVramEndAddr(nn::gx::MEM_VRAMA)) in Allocate()
112 m_CurrentAddrVramA = MathRoundup(m_CurrentAddrVramA, addrAlign); in Allocate()
113 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramA); in Allocate()
114 m_CurrentAddrVramA += size; in Allocate()
/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsMemoryAllocator.h76 m_CurrentAddrVramA( NULL ), in GraphicsMemoryAllocator()
87 uptr m_CurrentAddrVramA; variable