Searched refs:unresolveColorAttachmentRefs (Results 1 – 1 of 1) sorted by relevance
808 gl::DrawBuffersVector<VkAttachmentReference2> *unresolveColorAttachmentRefs, in InitializeUnresolveSubpass() argument954 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() local7742 depthStencilResolveAttachmentRef, &unresolveColorAttachmentRefs, in MakeRenderPass()