Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp440 for (auto& countForPool : allocInfo->descriptorCountInfo) { in applyDescriptorSetAllocation() local
441 if (!isBindingFeasibleForAlloc(countForPool, binding)) continue; in applyDescriptorSetAllocation()
442 allocBindingFeasible(binding, countForPool); in applyDescriptorSetAllocation()
460 for (auto& countForPool : allocInfo->descriptorCountInfo) { in removeDescriptorSetAllocation() local
461 if (!isBindingFeasibleForFree(countForPool, binding)) continue; in removeDescriptorSetAllocation()
462 freeBindingFeasible(binding, countForPool); in removeDescriptorSetAllocation()