Searched refs:totalBindingCount (Results 1 – 1 of 1) sorted by relevance
3177 const uint32_t totalBindingCount = colorAttachmentCount + depthStencilBindingCount; in unresolve() local3179 ASSERT(totalBindingCount > 0); in unresolve()3181 static_cast<uint32_t>(Function::Unresolve1Attachment) + totalBindingCount - 1); in unresolve()3183 ANGLE_TRY(ensureUnresolveResourcesInitialized(contextVk, function, totalBindingCount)); in unresolve()3246 writeInfo.descriptorCount = totalBindingCount; in unresolve()