Home
last modified time | relevance | path

Searched refs:m_LoadMeterDescription (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp517 m_LoadMeterDescription.drawCommandBufferSize = in RenderScene()
582 m_LoadMeterDescription.drawCommandBufferSize = in RenderStereoScene()
721 m_LoadMeterDescription.cumulativeWaitTime += in WaitCommandList()
897 m_LoadMeterDescription.startTick = nn::os::Tick::GetSystemCurrent(); in BeginLoadMeter()
898 m_LoadMeterDescription.drawCommandBufferSize = 0; in BeginLoadMeter()
907 …s64 span = static_cast<nn::os::Tick>(endTick - m_LoadMeterDescription.startTick).ToTimeSpan().GetN… in EndLoadMeter()
912 m_LoadMeterDescription.cumulativeTime += currentTime; in EndLoadMeter()
913 m_LoadMeterDescription.cumulativeGpuTime += currentGpuTime; in EndLoadMeter()
918 …m_CumulativeLoadMeterDescription.drawCommandBufferSize = m_LoadMeterDescription.drawCommandBufferS… in EndLoadMeter()
920 ++m_LoadMeterDescription.callCount; in EndLoadMeter()
[all …]
/NW4C-1.3.3/include/nw/demo/
Ddemo_GraphicsSystem.h459 const LoadMeterDescription& GetLoadMeter() { return m_LoadMeterDescription; } in GetLoadMeter()
465 …void AddLoadMeterCommandSize(s32 commandSize) { m_LoadMeterDescription.drawCommandBufferSize += co… in AddLoadMeterCommandSize()
521 LoadMeterDescription m_LoadMeterDescription; variable