Searched refs:m_CurrentAddrVramB (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/ |
| D | demo_MemoryManager.cpp | 43 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/ |
| D | MemoryManager.cpp | 43 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()
|
| D | MemoryManager.h | 98 uptr m_CurrentAddrVramB; variable
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Cmd/FragmentLightingSimpleCmd/ |
| D | MemoryManager.cpp | 46 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()
|
| D | MemoryManager.h | 100 uptr m_CurrentAddrVramB; variable
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/EarlyDepthTestSample/ |
| D | MemoryManager.cpp | 46 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()
|
| D | MemoryManager.h | 100 uptr m_CurrentAddrVramB; variable
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/demo/Utility/ |
| D | demo_MemoryManager.h | 98 uptr m_CurrentAddrVramB; variable
|