Searched refs:attachment_first_layout (Results 1 – 2 of 2) sorted by relevance
316 std::unordered_map<uint32_t, VkImageLayout> attachment_first_layout;
10222 …std::unordered_map<uint32_t, VkImageLayout> &attachment_first_layout = render_pass->attachment_fir… in CreateRenderPass() local10229 … attachment_first_layout.insert(std::make_pair(attachment, subpass.pColorAttachments[j].layout)); in CreateRenderPass()10236 …attachment_first_layout.insert(std::make_pair(attachment, subpass.pDepthStencilAttachment->layout)… in CreateRenderPass()10243 … attachment_first_layout.insert(std::make_pair(attachment, subpass.pInputAttachments[j].layout)); in CreateRenderPass()