Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp497 if (allocInfo->freePoolIds.size() < pAllocateInfo->descriptorSetCount) { in validateAndApplyVirtualDescriptorSetAllocation()
501 __func__, pAllocateInfo->descriptorSetCount, (uint32_t)allocInfo->freePoolIds.size(), in validateAndApplyVirtualDescriptorSetAllocation()
507 uint64_t id = allocInfo->freePoolIds.back(); in validateAndApplyVirtualDescriptorSetAllocation()
508 allocInfo->freePoolIds.pop_back(); in validateAndApplyVirtualDescriptorSetAllocation()
537 allocInfo->freePoolIds.push_back(reified->poolId); in removeDescriptorSetFromPool()
DDescriptorSetVirtualization.h86 std::vector<uint64_t> freePoolIds; member
DResourceTracker.cpp4855 dp->allocInfo->freePoolIds = poolIds; in on_vkCreateDescriptorPool()