Searched refs:unresolveDepthStencilInputAttachmentRef (Results 1 – 1 of 1) sorted by relevance
913 VkAttachmentReference2 unresolveDepthStencilInputAttachmentRef = {}; in InitializeUnresolveSubpass() local914 unresolveDepthStencilInputAttachmentRef.sType = VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2; in InitializeUnresolveSubpass()915 unresolveDepthStencilInputAttachmentRef.attachment = in InitializeUnresolveSubpass()917 unresolveDepthStencilInputAttachmentRef.layout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; in InitializeUnresolveSubpass()919 unresolveDepthStencilInputAttachmentRef.aspectMask = 0; in InitializeUnresolveSubpass()922 unresolveDepthStencilInputAttachmentRef.aspectMask |= VK_IMAGE_ASPECT_DEPTH_BIT; in InitializeUnresolveSubpass()926 unresolveDepthStencilInputAttachmentRef.aspectMask |= VK_IMAGE_ASPECT_STENCIL_BIT; in InitializeUnresolveSubpass()929 unresolveInputAttachmentRefs->push_back(unresolveDepthStencilInputAttachmentRef); in InitializeUnresolveSubpass()