Searched refs:unresolveDepthStencilInputAttachmentRef (Results 1 – 1 of 1) sorted by relevance
933 VkAttachmentReference2 unresolveDepthStencilInputAttachmentRef = {}; in InitializeUnresolveSubpass() local934 unresolveDepthStencilInputAttachmentRef.sType = VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2; in InitializeUnresolveSubpass()935 unresolveDepthStencilInputAttachmentRef.attachment = in InitializeUnresolveSubpass()937 unresolveDepthStencilInputAttachmentRef.layout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; in InitializeUnresolveSubpass()939 unresolveDepthStencilInputAttachmentRef.aspectMask = 0; in InitializeUnresolveSubpass()942 unresolveDepthStencilInputAttachmentRef.aspectMask |= VK_IMAGE_ASPECT_DEPTH_BIT; in InitializeUnresolveSubpass()946 unresolveDepthStencilInputAttachmentRef.aspectMask |= VK_IMAGE_ASPECT_STENCIL_BIT; in InitializeUnresolveSubpass()949 unresolveInputAttachmentRefs->push_back(unresolveDepthStencilInputAttachmentRef); in InitializeUnresolveSubpass()