Searched refs:unresolveInputAttachmentRefs (Results 1 – 1 of 1) sorted by relevance
810 FramebufferAttachmentsVector<VkAttachmentReference2> *unresolveInputAttachmentRefs, in InitializeUnresolveSubpass() argument929 unresolveInputAttachmentRefs->push_back(unresolveDepthStencilInputAttachmentRef); in InitializeUnresolveSubpass()955 unresolveInputAttachmentRefs->push_back(drawSubpassResolveAttachmentRefs[colorIndexGL]); in InitializeUnresolveSubpass()960 unresolveInputAttachmentRefs->back().layout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; in InitializeUnresolveSubpass()967 unresolveInputAttachmentRefs->size()); in InitializeUnresolveSubpass()971 subpassDesc->inputAttachmentCount = static_cast<uint32_t>(unresolveInputAttachmentRefs->size()); in InitializeUnresolveSubpass()972 subpassDesc->pInputAttachments = unresolveInputAttachmentRefs->data(); in InitializeUnresolveSubpass()7735 vk::FramebufferAttachmentsVector<VkAttachmentReference2> unresolveInputAttachmentRefs; in MakeRenderPass() local7743 &unresolveDepthStencilAttachmentRef, &unresolveInputAttachmentRefs, in MakeRenderPass()