Searched refs:poolInfo (Results 1 – 3 of 3) sorted by relevance
383 DescriptorPoolAllocationInfo* poolInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in validateDescriptorSetAllocation() local386 auto setsAvailable = poolInfo->maxSets - poolInfo->usedSets; in validateDescriptorSetAllocation()400 poolInfo->descriptorCountInfo; in validateDescriptorSetAllocation()
198 VkCommandPoolCreateInfo poolInfo{ in initialize() local203 VK_CHECK(vk().vkCreateCommandPool(mDevice, &poolInfo, nullptr, &mCommandPool)); in initialize()
541 const DescriptorPoolInfo& poolInfo = mDescriptorPoolInfo[unboxedDescriptorPool]; in save() local543 for (uint64_t poolId : poolInfo.poolIds) { in save()758 const DescriptorPoolInfo& poolInfo = mDescriptorPoolInfo[unboxedDescriptorPool]; in load() local771 for (uint64_t poolId : poolInfo.poolIds) { in load()839 const auto& device = poolInfo.device; in load()2970 auto* poolInfo = android::base::find(mDescriptorPoolInfo, pool); in initDescriptorSetInfoLocked() local2971 if (!poolInfo) { in initDescriptorSetInfoLocked()2998 poolInfo->allocedSetsToBoxed[descriptorSet] = (VkDescriptorSet)boxedDescriptorSet; in initDescriptorSetInfoLocked()2999 applyDescriptorSetAllocationLocked(*poolInfo, setInfo.bindings); in initDescriptorSetInfoLocked()3016 auto* poolInfo = in on_vkAllocateDescriptorSets() local[all …]