Searched refs:m_LoadMeterDescription (Results 1 – 2 of 2) sorted by relevance
510 m_LoadMeterDescription.drawCommandBufferSize = in RenderScene()573 m_LoadMeterDescription.drawCommandBufferSize = in RenderStereoScene()708 m_LoadMeterDescription.cumulativeWaitTime += in WaitCommandList()884 m_LoadMeterDescription.startTick = nn::os::Tick::GetSystemCurrent(); in BeginLoadMeter()885 m_LoadMeterDescription.drawCommandBufferSize = 0; in BeginLoadMeter()894 …s64 span = static_cast<nn::os::Tick>(endTick - m_LoadMeterDescription.startTick).ToTimeSpan().GetN… in EndLoadMeter()899 m_LoadMeterDescription.cumulativeTime += currentTime; in EndLoadMeter()900 m_LoadMeterDescription.cumulativeGpuTime += currentGpuTime; in EndLoadMeter()905 …m_CumulativeLoadMeterDescription.drawCommandBufferSize = m_LoadMeterDescription.drawCommandBufferS… in EndLoadMeter()907 ++m_LoadMeterDescription.callCount; in EndLoadMeter()[all …]
478 …void AddLoadMeterCommandSize(s32 commandSize) { m_LoadMeterDescription.drawCommandBufferSize += co… in AddLoadMeterCommandSize()514 LoadMeterDescription m_LoadMeterDescription; variable