Lines Matching refs:m_CommandListSwapper

157     renderSystem->m_CommandListSwapper =   in Create()
160 NW_POINTER_ASSERT(renderSystem->m_CommandListSwapper); in Create()
162 renderSystem->m_CommandListSwapper->Bind(); in Create()
163 renderSystem->m_CommandListSwapper->RunAsync(); in Create()
267 gfx::SafeDestroy(this->m_CommandListSwapper); in Destroy()
481 int profilingId = m_CommandListSwapper->AddGpuProfilingStartPoint(true); in RenderScene()
483 int cmdBufferSize = m_CommandListSwapper->GetCommandBufferSize(); in RenderScene()
518 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderScene()
520 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderScene()
527 m_CommandListSwapper->SetGpuProfilingEndPoint(profilingId); in RenderScene()
549 m_CommandListSwapper->StartCommandSave(); in RenderStereoScene()
550 int cmdBufferSize = m_CommandListSwapper->GetCommandBufferSize(); in RenderStereoScene()
583 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderStereoScene()
585 m_CommandListSwapper->EndCommandSave(); in RenderStereoScene()
591 int profilerLeft = m_CommandListSwapper->AddGpuProfilingStartPoint(true); in RenderStereoScene()
596 m_CommandListSwapper->ReuseCommand(false); in RenderStereoScene()
601 m_CommandListSwapper->SetGpuProfilingEndPoint(profilerLeft); in RenderStereoScene()
607 int profilerRight = m_CommandListSwapper->AddGpuProfilingStartPoint(true); in RenderStereoScene()
612 m_CommandListSwapper->ReuseCommand(false); in RenderStereoScene()
617 m_CommandListSwapper->SetGpuProfilingEndPoint(profilerRight); in RenderStereoScene()
684 bool isMultiCommandList = m_CommandListSwapper->GetListCount() > 1; in TransferBuffer()
718 m_CommandListSwapper->WaitDone(); in WaitCommandList()
731 m_CommandListSwapper->RunAsync(); in RunCommandList()
738 m_CommandListSwapper->Swap(); in SwapCommandList()
739 m_CommandListSwapper->Bind(); in SwapCommandList()
813 if (m_CommandListSwapper->GetListCount() > 1) in PresentBuffer()
910 …float currentGpuTime = static_cast<float>(this->m_CommandListSwapper->GetGpuProfilingTotalCos… in EndLoadMeter()