Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp3177 const uint32_t totalBindingCount = colorAttachmentCount + depthStencilBindingCount; in unresolve() local
3179 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()