Searched refs:uses_depthstencil (Results 1 – 2 of 2) sorted by relevance
954 bool uses_depthstencil = false; in RecordRenderPass() local957 uses_depthstencil = true; in RecordRenderPass()960 … if (uses_depthstencil) renderpass_state.subpasses_using_depthstencil_attachment.insert(subpass); in RecordRenderPass()
272 bool uses_depthstencil = false; in UpdateCreateRenderPassState() local275 uses_depthstencil = true; in UpdateCreateRenderPassState()278 … if (uses_depthstencil) renderpass_state.subpasses_using_depthstencil_attachment.insert(subpass); in UpdateCreateRenderPassState()