Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp339 uint32_t availDescriptorCount = countInfo.descriptorCount - countInfo.used; in isBindingFeasibleForAlloc() local
341 if (availDescriptorCount < binding.descriptorCount) { in isBindingFeasibleForAlloc()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp7544 uint32_t availDescriptorCount = poolState.descriptorCount - poolState.used; in isBindingFeasibleForAlloc() local
7546 if (availDescriptorCount < binding.descriptorCount) { in isBindingFeasibleForAlloc()