Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/
Ddemo_MemoryManager.cpp43 m_CurrentAddrVramB(NULL), in MemoryManager()
69 m_CurrentAddrVramB = nn::gx::GetVramStartAddr(nn::gx::MEM_VRAMB); in Initialize()
74 NN_TLOG_("[demo::MemoryManager] Start address on VRAM-B: 0x%08X\n", m_CurrentAddrVramB); in Initialize()
94 …nn::gx::GetVramEndAddr(nn::gx::MEM_VRAMB) - m_CurrentAddrVramB, nn::gx::GetVramSize(nn::gx::MEM_VR… in PrintFreeMemorySize()
164 … if (MathRoundup(m_CurrentAddrVramB, addrAlign) + size > nn::gx::GetVramEndAddr(nn::gx::MEM_VRAMB)) in Allocate()
169 m_CurrentAddrVramB = MathRoundup(m_CurrentAddrVramB, addrAlign); in Allocate()
170 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()
171 m_CurrentAddrVramB += size; in Allocate()
/CTR-SDK-4.2.7-SampleDemos/gx/Cmd/TriangleSimpleCmd/
DMemoryManager.cpp43 m_CurrentAddrVramB(NULL), in MemoryManager()
70 m_CurrentAddrVramB = nn::gx::GetVramStartAddr(nn::gx::MEM_VRAMB); in Initialize()
75 NN_TLOG_("[demo::MemoryManager] Start address in VRAM-B: 0x%08X\n", m_CurrentAddrVramB); in Initialize()
95 …nn::gx::GetVramEndAddr(nn::gx::MEM_VRAMB) - m_CurrentAddrVramB, nn::gx::GetVramSize(nn::gx::MEM_VR… in PrintFreeMemorySize()
165 … if (MathRoundup(m_CurrentAddrVramB, addrAlign) + size > nn::gx::GetVramEndAddr(nn::gx::MEM_VRAMB)) in Allocate()
170 m_CurrentAddrVramB = MathRoundup(m_CurrentAddrVramB, addrAlign); in Allocate()
171 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()
172 m_CurrentAddrVramB += size; in Allocate()
DMemoryManager.h98 uptr m_CurrentAddrVramB; variable
/CTR-SDK-4.2.7-SampleDemos/gx/Cmd/FragmentLightingSimpleCmd/
DMemoryManager.cpp46 m_CurrentAddrVramB(NULL), in MemoryManager()
73 m_CurrentAddrVramB = nn::gx::GetVramStartAddr(nn::gx::MEM_VRAMB); in Initialize()
78 … NN_TLOG_("[demo::MemoryManager] Start address in VRAM-B: 0x%08X\n", m_CurrentAddrVramB); in Initialize()
98 …nn::gx::GetVramEndAddr(nn::gx::MEM_VRAMB) - m_CurrentAddrVramB, nn::gx::GetVramSize(nn::gx::MEM_VR… in PrintFreeMemorySize()
168 … if (MathRoundup(m_CurrentAddrVramB, addrAlign) + size > nn::gx::GetVramEndAddr(nn::gx::MEM_VRAMB)) in Allocate()
173 m_CurrentAddrVramB = MathRoundup(m_CurrentAddrVramB, addrAlign); in Allocate()
174 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()
175 m_CurrentAddrVramB += size; in Allocate()
DMemoryManager.h100 uptr m_CurrentAddrVramB; variable
/CTR-SDK-4.2.7-SampleDemos/gx/Api/EarlyDepthTestSample/
DMemoryManager.cpp46 m_CurrentAddrVramB(NULL), in MemoryManager()
73 m_CurrentAddrVramB = nn::gx::GetVramStartAddr(nn::gx::MEM_VRAMB); in Initialize()
78 … NN_TLOG_("[demo::MemoryManager] Start address in VRAM-B: 0x%08X\n", m_CurrentAddrVramB); in Initialize()
98 …nn::gx::GetVramEndAddr(nn::gx::MEM_VRAMB) - m_CurrentAddrVramB, nn::gx::GetVramSize(nn::gx::MEM_VR… in PrintFreeMemorySize()
168 … if (MathRoundup(m_CurrentAddrVramB, addrAlign) + size > nn::gx::GetVramEndAddr(nn::gx::MEM_VRAMB)) in Allocate()
173 m_CurrentAddrVramB = MathRoundup(m_CurrentAddrVramB, addrAlign); in Allocate()
174 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()
175 m_CurrentAddrVramB += size; in Allocate()
DMemoryManager.h100 uptr m_CurrentAddrVramB; variable
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Utility/
Ddemo_MemoryManager.h98 uptr m_CurrentAddrVramB; variable