Searched refs:unresolveColorAttachmentRefs (Results 1 – 1 of 1) sorted by relevance
288 gl::DrawBuffersVector<VkAttachmentReference> *unresolveColorAttachmentRefs, in InitializeUnresolveSubpass() argument402 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() local1129 depthStencilResolveAttachmentRef, &unresolveColorAttachmentRefs, in InitializeRenderPassFromDesc()