Home
last modified time | relevance | path

Searched refs:resultAddr (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/
Ddemo_MemoryManager.cpp113 void* resultAddr = NULL; in Allocate() local
145 if ( (resultAddr = m_HeapOnFcram.Allocate(size, addrAlign)) == NULL) in Allocate()
158 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramA); in Allocate()
170 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()
184 resultAddr, in Allocate()
185 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
190 resultAddr, in Allocate()
191 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
196 resultAddr, in Allocate()
197 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
[all …]
/CTR-SDK-4.2.7-SampleDemos/gx/Cmd/TriangleSimpleCmd/
DMemoryManager.cpp114 void* resultAddr = NULL; in Allocate() local
146 if ( (resultAddr = m_HeapOnFcram.Allocate(size, addrAlign)) == NULL) in Allocate()
159 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramA); in Allocate()
171 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()
185 resultAddr, in Allocate()
186 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
191 resultAddr, id in Allocate()
192 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
197 resultAddr, id in Allocate()
198 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
[all …]
/CTR-SDK-4.2.7-SampleDemos/gx/Cmd/FragmentLightingSimpleCmd/
DMemoryManager.cpp117 void* resultAddr = NULL; in Allocate() local
149 if ( (resultAddr = m_HeapOnFcram.Allocate(size, addrAlign)) == NULL) in Allocate()
162 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramA); in Allocate()
174 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()
188 resultAddr, in Allocate()
189 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
194 resultAddr, id in Allocate()
195 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
200 resultAddr, id in Allocate()
201 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
[all …]
/CTR-SDK-4.2.7-SampleDemos/gx/Api/EarlyDepthTestSample/
DMemoryManager.cpp117 void* resultAddr = NULL; in Allocate() local
149 if ( (resultAddr = m_HeapOnFcram.Allocate(size, addrAlign)) == NULL) in Allocate()
162 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramA); in Allocate()
174 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()
188 resultAddr, in Allocate()
189 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
194 resultAddr, id in Allocate()
195 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
200 resultAddr, id in Allocate()
201 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
[all …]