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