Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp808 gl::DrawBuffersVector<VkAttachmentReference2> *unresolveColorAttachmentRefs, in InitializeUnresolveSubpass() argument
954 unresolveColorAttachmentRefs->push_back(drawSubpassColorAttachmentRefs[colorIndexGL]); in InitializeUnresolveSubpass()
963 ASSERT(!unresolveColorAttachmentRefs->empty() || in InitializeUnresolveSubpass()
965 ASSERT(unresolveColorAttachmentRefs->size() + in InitializeUnresolveSubpass()
973 subpassDesc->colorAttachmentCount = static_cast<uint32_t>(unresolveColorAttachmentRefs->size()); in InitializeUnresolveSubpass()
974 subpassDesc->pColorAttachments = unresolveColorAttachmentRefs->data(); in InitializeUnresolveSubpass()
7733 gl::DrawBuffersVector<VkAttachmentReference2> unresolveColorAttachmentRefs; in MakeRenderPass() local
7742 depthStencilResolveAttachmentRef, &unresolveColorAttachmentRefs, in MakeRenderPass()