Searched refs:m_LoadMeterDescription (Results 1 – 2 of 2) sorted by relevance
547 m_LoadMeterDescription.drawCommandBufferSize = in RenderScene()612 m_LoadMeterDescription.drawCommandBufferSize = in RenderStereoScene()755 m_LoadMeterDescription.cumulativeWaitTime += in WaitCommandList()931 m_LoadMeterDescription.startTick = nn::os::Tick::GetSystemCurrent(); in BeginLoadMeter()932 m_LoadMeterDescription.drawCommandBufferSize = 0; in BeginLoadMeter()941 …s64 span = static_cast<nn::os::Tick>(endTick - m_LoadMeterDescription.startTick).ToTimeSpan().GetN… in EndLoadMeter()946 m_LoadMeterDescription.cumulativeTime += currentTime; in EndLoadMeter()947 m_LoadMeterDescription.cumulativeGpuTime += currentGpuTime; in EndLoadMeter()952 …m_CumulativeLoadMeterDescription.drawCommandBufferSize = m_LoadMeterDescription.drawCommandBufferS… in EndLoadMeter()954 ++m_LoadMeterDescription.callCount; in EndLoadMeter()[all …]
461 const LoadMeterDescription& GetLoadMeter() { return m_LoadMeterDescription; } in GetLoadMeter()467 …void AddLoadMeterCommandSize(s32 commandSize) { m_LoadMeterDescription.drawCommandBufferSize += co… in AddLoadMeterCommandSize()523 LoadMeterDescription m_LoadMeterDescription; variable