Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp288 gl::DrawBuffersVector<VkAttachmentReference> *unresolveColorAttachmentRefs, in InitializeUnresolveSubpass() argument
402 unresolveColorAttachmentRefs->push_back(drawSubpassColorAttachmentRefs[colorIndexGL]); in InitializeUnresolveSubpass()
432 ASSERT(!unresolveColorAttachmentRefs->empty() || in InitializeUnresolveSubpass()
434 ASSERT(unresolveColorAttachmentRefs->size() + in InitializeUnresolveSubpass()
442 subpassDesc->colorAttachmentCount = static_cast<uint32_t>(unresolveColorAttachmentRefs->size()); in InitializeUnresolveSubpass()
443 subpassDesc->pColorAttachments = unresolveColorAttachmentRefs->data(); in InitializeUnresolveSubpass()
1120 gl::DrawBuffersVector<VkAttachmentReference> unresolveColorAttachmentRefs; in InitializeRenderPassFromDesc() local
1129 depthStencilResolveAttachmentRef, &unresolveColorAttachmentRefs, in InitializeRenderPassFromDesc()