Home
last modified time | relevance | path

Searched refs:unresolveDepthStencilAttachmentRef (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp809 VkAttachmentReference2 *unresolveDepthStencilAttachmentRef, in InitializeUnresolveSubpass() argument
911 *unresolveDepthStencilAttachmentRef = depthStencilAttachmentRef; in InitializeUnresolveSubpass()
964 unresolveDepthStencilAttachmentRef->attachment != VK_ATTACHMENT_UNUSED); in InitializeUnresolveSubpass()
975 subpassDesc->pDepthStencilAttachment = unresolveDepthStencilAttachmentRef; in InitializeUnresolveSubpass()
7734 VkAttachmentReference2 unresolveDepthStencilAttachmentRef = kUnusedAttachment; in MakeRenderPass() local
7743 &unresolveDepthStencilAttachmentRef, &unresolveInputAttachmentRefs, in MakeRenderPass()