Home
last modified time | relevance | path

Searched refs:m_DeviceAllocator (Results 1 – 16 of 16) sorted by relevance

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_SimpleApp.cpp32 nw::demo::InitializeGraphicsSystem(&m_DeviceAllocator); in Initialize()
34 nw::demo::PadFactory::Initialize(&m_DeviceAllocator); in Initialize()
45 &m_DeviceAllocator, renderDesc); in Initialize()
52 .Create(&m_DeviceAllocator); in Initialize()
59 .Create(&m_DeviceAllocator); in Initialize()
Ddemo_HioPacketChannel.cpp311 m_DeviceAllocator(deviceAllocator) in HioPacketChannel()
313 m_SerialWorkMemory = m_DeviceAllocator->Alloc(nn::hio::CTR::WORKMEMORY_SIZE); in HioPacketChannel()
324 m_DeviceAllocator->Free(m_SerialWorkMemory); in ~HioPacketChannel()
Ddemo_Particle.cpp120 nw::gfx::Result result = resource.Setup(m_DeviceAllocator); in Setup()
226 .CreateObject(this->m_MainAllocator, this->m_DeviceAllocator); in Allocate()
240 .CreateObject(this->m_MainAllocator, this->m_DeviceAllocator); in Allocate()
Ddemo_AutoTester.cpp59 nw::demo::HioPacketChannel::Initialize(m_DeviceAllocator); in Initialize()
63 .Create(m_Allocator, m_DeviceAllocator); in Initialize()
452 m_DeviceAllocator(deviceAllocator), in AutoTester()
/NW4C-1.2.23/include/nw/demo/
Ddemo_DebugUtility.h513 os::IAllocator* m_DeviceAllocator; variable
561 : m_DeviceAllocator(deviceAllocator), in DemoTestLoop()
565 …nw::demo::DebugUtility::InitializeAutoTest(m_DeviceAllocator, m_DeviceAllocator, renderSystem, has… in DemoTestLoop()
566 NW_INITIALIZE_PROFILE(NW_PROFILE_MAX_REPORT, m_DeviceAllocator); in DemoTestLoop()
568 nw::demo::DebugUtility::ResetMemoryLeakTester(m_DeviceAllocator, m_ParticleAllocator); in DemoTestLoop()
573 NW_FINALIZE_PROFILE(m_DeviceAllocator); in ~DemoTestLoop()
578 nw::demo::DebugUtility::TestMemoryLeak(m_DeviceAllocator, m_ParticleAllocator); in Continue()
591 nw::demo::DemoAllocator* m_DeviceAllocator;
Ddemo_SimpleApp.h140 return m_DeviceAllocator; in GetAllocator()
150 return m_DeviceAllocator; in GetDeviceAllocator()
159 nw::demo::DemoAllocator m_DeviceAllocator; variable
Ddemo_HioPacketChannel.h211 nw::os::IAllocator* m_DeviceAllocator; variable
Ddemo_Particle.h450 m_DeviceAllocator(deviceAllocator), in ParticleEffect()
635 os::IAllocator* m_DeviceAllocator; variable
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmBase.h35 m_DeviceAllocator = deviceAllocator; in SetAllocator()
40 static nw::os::IAllocator* m_DeviceAllocator; variable
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DGfxCtrl.cpp198 LoadResources( &resSet, resourcePath, m_Allocator, m_DeviceAllocator, vramType ); in CreateModel()
211 m_DeviceAllocator, in CreateModel()
352 LoadResources( &resSet, resourcePath, m_Allocator, m_DeviceAllocator ); in CreateParticle()
365 m_DeviceAllocator, in CreateParticle()
390 m_DeviceAllocator, in CreateParticle()
465 LoadResources( &resSet, resourcePath, m_Allocator, m_DeviceAllocator ); in CreateSceneEnvironment()
475 .CreateObject(m_Allocator, m_DeviceAllocator); in CreateSceneEnvironment()
537 m_DeviceAllocator, in CreateSceneEnvironment()
556 .CreateObject(m_Allocator, m_DeviceAllocator); in CreateSceneEnvironment()
584 LoadResources( &resSet, resourcePath, m_Allocator, m_DeviceAllocator ); in CreateCamera()
[all …]
DSmBase.cpp21 nw::os::IAllocator* SmBase::m_DeviceAllocator = NULL; member in SmBase
DLytCtrl.cpp153 if (!resSet.lytFile.Read( archivePath, m_DeviceAllocator ) ) in CreateSmLayoutResource()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleCollection.h415 os::IAllocator* m_DeviceAllocator; variable
Dgfx_ParticleShape.h458 os::IAllocator* m_DeviceAllocator; variable
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleShape.cpp653 m_DeviceAllocator(deviceAllocator), in ParticleShape()
685 m_DeviceAllocator->Free(m_DeviceMemory); in ~ParticleShape()
Dgfx_ParticleCollection.cpp844 m_DeviceAllocator(deviceAllocator), in ParticleCollection()
867 m_DeviceAllocator->Free(m_DeviceMemory); in ~ParticleCollection()