Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp317 gl::DrawBuffersVector<VkAttachmentReference> *unresolveColorAttachmentRefs, in InitializeUnresolveSubpass() argument
431 unresolveColorAttachmentRefs->push_back(drawSubpassColorAttachmentRefs[colorIndexGL]); in InitializeUnresolveSubpass()
461 ASSERT(!unresolveColorAttachmentRefs->empty() || in InitializeUnresolveSubpass()
463 ASSERT(unresolveColorAttachmentRefs->size() + in InitializeUnresolveSubpass()
471 subpassDesc->colorAttachmentCount = static_cast<uint32_t>(unresolveColorAttachmentRefs->size()); in InitializeUnresolveSubpass()
472 subpassDesc->pColorAttachments = unresolveColorAttachmentRefs->data(); in InitializeUnresolveSubpass()
1143 gl::DrawBuffersVector<VkAttachmentReference> unresolveColorAttachmentRefs; in InitializeRenderPassFromDesc() local
1152 depthStencilResolveAttachmentRef, &unresolveColorAttachmentRefs, in InitializeRenderPassFromDesc()