Lines Matching refs:m_CommandListSwapper

160     renderSystem->m_CommandListSwapper =   in Create()
163 NW_POINTER_ASSERT(renderSystem->m_CommandListSwapper); in Create()
165 renderSystem->m_CommandListSwapper->Bind(); in Create()
166 renderSystem->m_CommandListSwapper->RunAsync(); in Create()
271 gfx::SafeDestroy(this->m_CommandListSwapper); in Destroy()
511 int profilingId = m_CommandListSwapper->AddGpuProfilingStartPoint(true); in RenderScene()
513 int cmdBufferSize = m_CommandListSwapper->GetCommandBufferSize(); in RenderScene()
548 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderScene()
550 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderScene()
557 m_CommandListSwapper->SetGpuProfilingEndPoint(profilingId); in RenderScene()
579 m_CommandListSwapper->StartCommandSave(); in RenderStereoScene()
580 int cmdBufferSize = m_CommandListSwapper->GetCommandBufferSize(); in RenderStereoScene()
613 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderStereoScene()
615 m_CommandListSwapper->EndCommandSave(); in RenderStereoScene()
621 int profilerLeft = m_CommandListSwapper->AddGpuProfilingStartPoint(true); in RenderStereoScene()
626 m_CommandListSwapper->ReuseCommand(false); in RenderStereoScene()
631 m_CommandListSwapper->SetGpuProfilingEndPoint(profilerLeft); in RenderStereoScene()
637 int profilerRight = m_CommandListSwapper->AddGpuProfilingStartPoint(true); in RenderStereoScene()
642 m_CommandListSwapper->ReuseCommand(false); in RenderStereoScene()
647 m_CommandListSwapper->SetGpuProfilingEndPoint(profilerRight); in RenderStereoScene()
718 bool isMultiCommandList = m_CommandListSwapper->GetListCount() > 1; in TransferBuffer()
752 m_CommandListSwapper->WaitDone(); in WaitCommandList()
765 m_CommandListSwapper->RunAsync(); in RunCommandList()
772 m_CommandListSwapper->Swap(); in SwapCommandList()
773 m_CommandListSwapper->Bind(); in SwapCommandList()
847 if (m_CommandListSwapper->GetListCount() > 1) in PresentBuffer()
944 …float currentGpuTime = static_cast<float>(this->m_CommandListSwapper->GetGpuProfilingTotalCos… in EndLoadMeter()