Searched refs:subpasses_using_depthstencil_attachment (Results 1 – 4 of 4) sorted by relevance
110 std::unordered_set<uint32_t> subpasses_using_depthstencil_attachment; member960 … if (uses_depthstencil) renderpass_state.subpasses_using_depthstencil_attachment.insert(subpass); in RecordRenderPass()
1724 … if (subpasses_uses.subpasses_using_depthstencil_attachment.count(pCreateInfos[i].subpass)) in manual_PreCallValidateCreateGraphicsPipelines()
221 … if (subpasses_uses.subpasses_using_depthstencil_attachment.count(pCreateInfos[idx0].subpass)) in DispatchCreateGraphicsPipelines()278 … if (uses_depthstencil) renderpass_state.subpasses_using_depthstencil_attachment.insert(subpass); in UpdateCreateRenderPassState()
2477 std::unordered_set<uint32_t> subpasses_using_depthstencil_attachment; member