Searched refs:freePoolIds (Results 1 – 3 of 3) sorted by relevance
497 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()
86 std::vector<uint64_t> freePoolIds; member
4855 dp->allocInfo->freePoolIds = poolIds; in on_vkCreateDescriptorPool()