Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_SimpleApp.cpp34 nw::demo::InitializeGraphicsSystem(&m_DeviceAllocator); in Initialize()
36 nw::demo::PadFactory::Initialize(&m_DeviceAllocator); in Initialize()
47 &m_DeviceAllocator, renderDesc); in Initialize()
54 .Create(&m_DeviceAllocator); in Initialize()
61 .Create(&m_DeviceAllocator); in Initialize()
Ddemo_Particle.cpp129 nw::gfx::Result result = resource.Setup(m_DeviceAllocator); in Setup()
136 result = resource.Setup(m_DeviceAllocator, m_ShaderResource->resource); in Setup()
244 .CreateObject(this->m_MainAllocator, this->m_DeviceAllocator); in Allocate()
258 .CreateObject(this->m_MainAllocator, this->m_DeviceAllocator); in Allocate()
316 .CreateObject(this->m_MainAllocator, this->m_DeviceAllocator); in CreateMultiEmitterParticleHandle()
333 .CreateObject(this->m_MainAllocator, this->m_DeviceAllocator); in CreateMultiEmitterParticleHandle()
Ddemo_HioPacketChannel.cpp313 m_DeviceAllocator(deviceAllocator) in HioPacketChannel()
315 m_SerialWorkMemory = m_DeviceAllocator->Alloc(nn::hio::CTR::WORKMEMORY_SIZE); in HioPacketChannel()
326 m_DeviceAllocator->Free(m_SerialWorkMemory); in ~HioPacketChannel()
Ddemo_AutoTester.cpp59 nw::demo::HioPacketChannel::Initialize(m_DeviceAllocator); in Initialize()
63 .Create(m_Allocator, m_DeviceAllocator); in Initialize()
485 m_DeviceAllocator(deviceAllocator), in AutoTester()
/NW4C-2.0.3/include/nw/demo/
Ddemo_SimpleApp.h142 return m_DeviceAllocator; in GetAllocator()
152 return m_DeviceAllocator; in GetDeviceAllocator()
161 nw::demo::DemoAllocator m_DeviceAllocator; variable
Ddemo_DebugUtility.h643 os::IAllocator* m_DeviceAllocator; variable
691 : m_DeviceAllocator(deviceAllocator), in DemoTestLoop()
696 …nw::demo::DebugUtility::InitializeAutoTest(m_DeviceAllocator, m_DeviceAllocator, m_RenderSystem, h… in DemoTestLoop()
697 NW_INITIALIZE_PROFILE(NW_PROFILE_MAX_REPORT, m_DeviceAllocator); in DemoTestLoop()
699 nw::demo::DebugUtility::SetAllocatorForTest(m_DeviceAllocator, m_ParticleAllocator); in DemoTestLoop()
705 NW_FINALIZE_PROFILE(m_DeviceAllocator); in ~DemoTestLoop()
721 …nw::demo::DebugUtility::InitializeAutoTest(m_DeviceAllocator, m_DeviceAllocator, m_RenderSystem, N… in Continue()
731 nw::demo::DemoAllocator* m_DeviceAllocator;
Ddemo_HioPacketChannel.h213 nw::os::IAllocator* m_DeviceAllocator; variable
Ddemo_Particle.h561 m_DeviceAllocator(deviceAllocator), in ParticleEffect()
767 os::IAllocator* m_DeviceAllocator; variable
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmBase.h37 m_DeviceAllocator = deviceAllocator; in SetAllocator()
42 static nw::os::IAllocator* m_DeviceAllocator; variable
/NW4C-2.0.3/demos/gfx/UserRenderNodeDemo/sources/
DGrRenderer.cpp110 m_DeviceAllocator = deviceAllocator; in Initialize()
125 m_DeviceAllocator->Free(m_PrimitiveBox); in Finalize()
126 m_DeviceAllocator->Free(m_ShaderBinary); in Finalize()
138 nw::demo::Utility::LoadFile(m_DeviceAllocator, shaderFilePath ); in InitializeShader()
170 static_cast<PrimitiveBox*>(m_DeviceAllocator->Alloc(sizeof(PrimitiveBox), 128)); in InitializePrimitive()
DGrRenderer.h59 : m_DeviceAllocator(NULL), in GrPrimitiveRenderer()
97 nw::demo::DemoAllocator* m_DeviceAllocator;
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DGfxCtrl.cpp200 LoadResources( &resSet, resourcePath, m_Allocator, m_DeviceAllocator, vramType ); in CreateModel()
213 m_DeviceAllocator, in CreateModel()
354 LoadResources( &resSet, resourcePath, m_Allocator, m_DeviceAllocator, vramType ); in CreateParticle()
367 m_DeviceAllocator, in CreateParticle()
392 m_DeviceAllocator, in CreateParticle()
467 LoadResources( &resSet, resourcePath, m_Allocator, m_DeviceAllocator ); in CreateSceneEnvironment()
477 .CreateObject(m_Allocator, m_DeviceAllocator); in CreateSceneEnvironment()
539 m_DeviceAllocator, in CreateSceneEnvironment()
558 .CreateObject(m_Allocator, m_DeviceAllocator); in CreateSceneEnvironment()
586 LoadResources( &resSet, resourcePath, m_Allocator, m_DeviceAllocator ); in CreateCamera()
[all …]
DSmBase.cpp23 nw::os::IAllocator* SmBase::m_DeviceAllocator = NULL; member in SmBase
DLytCtrl.cpp155 if (!resSet.lytFile.Read( archivePath, m_DeviceAllocator ) ) in CreateSmLayoutResource()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleShape.cpp655 m_DeviceAllocator(deviceAllocator), in ParticleShape()
687 m_DeviceAllocator->Free(m_DeviceMemory); in ~ParticleShape()
Dgfx_ParticleCollection.cpp843 m_DeviceAllocator(deviceAllocator), in ParticleCollection()
868 m_DeviceAllocator->Free(m_DeviceMemory); in ~ParticleCollection()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleCollection.h496 os::IAllocator* m_DeviceAllocator; variable
Dgfx_ParticleShape.h460 os::IAllocator* m_DeviceAllocator; variable