Home
last modified time | relevance | path

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

/NW4C-1.3.3/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_Particle.cpp127 nw::gfx::Result result = resource.Setup(m_DeviceAllocator); in Setup()
134 result = resource.Setup(m_DeviceAllocator, m_ShaderResource->resource); in Setup()
242 .CreateObject(this->m_MainAllocator, this->m_DeviceAllocator); in Allocate()
256 .CreateObject(this->m_MainAllocator, this->m_DeviceAllocator); in Allocate()
314 .CreateObject(this->m_MainAllocator, this->m_DeviceAllocator); in CreateMultiEmitterParticleHandle()
331 .CreateObject(this->m_MainAllocator, this->m_DeviceAllocator); in CreateMultiEmitterParticleHandle()
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_AutoTester.cpp57 nw::demo::HioPacketChannel::Initialize(m_DeviceAllocator); in Initialize()
61 .Create(m_Allocator, m_DeviceAllocator); in Initialize()
483 m_DeviceAllocator(deviceAllocator), in AutoTester()
/NW4C-1.3.3/include/nw/demo/
Ddemo_SimpleApp.h140 return m_DeviceAllocator; in GetAllocator()
150 return m_DeviceAllocator; in GetDeviceAllocator()
159 nw::demo::DemoAllocator m_DeviceAllocator; variable
Ddemo_DebugUtility.h641 os::IAllocator* m_DeviceAllocator; variable
689 : m_DeviceAllocator(deviceAllocator), in DemoTestLoop()
694 …nw::demo::DebugUtility::InitializeAutoTest(m_DeviceAllocator, m_DeviceAllocator, m_RenderSystem, h… in DemoTestLoop()
695 NW_INITIALIZE_PROFILE(NW_PROFILE_MAX_REPORT, m_DeviceAllocator); in DemoTestLoop()
697 nw::demo::DebugUtility::SetAllocatorForTest(m_DeviceAllocator, m_ParticleAllocator); in DemoTestLoop()
703 NW_FINALIZE_PROFILE(m_DeviceAllocator); in ~DemoTestLoop()
719 …nw::demo::DebugUtility::InitializeAutoTest(m_DeviceAllocator, m_DeviceAllocator, m_RenderSystem, N… in Continue()
729 nw::demo::DemoAllocator* m_DeviceAllocator;
Ddemo_HioPacketChannel.h211 nw::os::IAllocator* m_DeviceAllocator; variable
Ddemo_Particle.h557 m_DeviceAllocator(deviceAllocator), in ParticleEffect()
763 os::IAllocator* m_DeviceAllocator; variable
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmBase.h35 m_DeviceAllocator = deviceAllocator; in SetAllocator()
40 static nw::os::IAllocator* m_DeviceAllocator; variable
/NW4C-1.3.3/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, vramType ); 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.3.3/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()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleCollection.h471 os::IAllocator* m_DeviceAllocator; variable
Dgfx_ParticleShape.h458 os::IAllocator* m_DeviceAllocator; variable