Searched refs:subpasses_using_color_attachment (Results 1 – 4 of 4) sorted by relevance
109 std::unordered_set<uint32_t> subpasses_using_color_attachment; member959 if (uses_color) renderpass_state.subpasses_using_color_attachment.insert(subpass); in RecordRenderPass()
1722 … if (subpasses_uses.subpasses_using_color_attachment.count(pCreateInfos[i].subpass)) in manual_PreCallValidateCreateGraphicsPipelines()
219 … if (subpasses_uses.subpasses_using_color_attachment.count(pCreateInfos[idx0].subpass)) in DispatchCreateGraphicsPipelines()277 if (uses_color) renderpass_state.subpasses_using_color_attachment.insert(subpass); in UpdateCreateRenderPassState()
2476 std::unordered_set<uint32_t> subpasses_using_color_attachment; member