Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp383 DescriptorPoolAllocationInfo* poolInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in validateDescriptorSetAllocation() local
386 auto setsAvailable = poolInfo->maxSets - poolInfo->usedSets; in validateDescriptorSetAllocation()
400 poolInfo->descriptorCountInfo; in validateDescriptorSetAllocation()
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp198 VkCommandPoolCreateInfo poolInfo{ in initialize() local
203 VK_CHECK(vk().vkCreateCommandPool(mDevice, &poolInfo, nullptr, &mCommandPool)); in initialize()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp541 const DescriptorPoolInfo& poolInfo = mDescriptorPoolInfo[unboxedDescriptorPool]; in save() local
543 for (uint64_t poolId : poolInfo.poolIds) { in save()
758 const DescriptorPoolInfo& poolInfo = mDescriptorPoolInfo[unboxedDescriptorPool]; in load() local
771 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() local
2971 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 …]