Lines Matching refs:commandListSwapper
63 nw::demo::CommandListSwapper* commandListSwapper, in StartShadowRenderCommand() argument
67 : m_CommandListSwapper(commandListSwapper), in StartShadowRenderCommand()
114 …EndShadowRenderCommand(nw::demo::CommandListSwapper* commandListSwapper, StartShadowRenderCommand*… in EndShadowRenderCommand() argument
115 : m_CommandListSwapper(commandListSwapper), in EndShadowRenderCommand()
159 nw::demo::CommandListSwapper* commandListSwapper = m_RenderSystem->GetCommandListSwapper(); in Invoke() local
167 commandListSwapper->StartCommandSave(); in Invoke()
169 m_CommandSize = commandListSwapper->GetCommandBufferSize(); in Invoke()
206 nw::demo::CommandListSwapper* commandListSwapper = m_RenderSystem->GetCommandListSwapper(); in Invoke() local
209 commandListSwapper->EndCommandSave(); in Invoke()
212 int profilerLeft = commandListSwapper->AddGpuProfilingStartPoint(true); in Invoke()
216 commandListSwapper->ReuseCommand(false); in Invoke()
219 commandListSwapper->SetGpuProfilingEndPoint(profilerLeft); in Invoke()
224 int profilerRight = commandListSwapper->AddGpuProfilingStartPoint(true); in Invoke()
228 commandListSwapper->ReuseCommand(false); in Invoke()
231 commandListSwapper->SetGpuProfilingEndPoint(profilerRight); in Invoke()
867 nw::demo::CommandListSwapper* commandListSwapper = s_RenderSystem->GetCommandListSwapper(); in InitializeScenes() local
875 commandListSwapper, in InitializeScenes()
882 …RenderCommand = new(endShadowCommandMemory) EndShadowRenderCommand(commandListSwapper, s_StartShad… in InitializeScenes()