Home
last modified time | relevance | path

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

/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp323 const DescriptorPoolAllocationInfo::DescriptorCountInfo& countInfo, in isBindingFeasibleForAlloc()
345 const DescriptorPoolAllocationInfo::DescriptorCountInfo& countInfo, in isBindingFeasibleForFree()
362 DescriptorPoolAllocationInfo::DescriptorCountInfo& poolState) { in allocBindingFeasible()
367 DescriptorPoolAllocationInfo::DescriptorCountInfo& poolState) { in freeBindingFeasible()
373 DescriptorPoolAllocationInfo* poolInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in validateDescriptorSetAllocation()
389 std::vector<DescriptorPoolAllocationInfo::DescriptorCountInfo> descriptorCountCopy = in validateDescriptorSetAllocation()
460 DescriptorPoolAllocationInfo* allocInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in fillDescriptorSetInfoForPool()
485 DescriptorPoolAllocationInfo* allocInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in validateAndApplyVirtualDescriptorSetAllocation()
512 DescriptorPoolAllocationInfo* allocInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in removeDescriptorSetFromPool()
DResources.h29 struct DescriptorPoolAllocationInfo;
110 gfxstream::vk::DescriptorPoolAllocationInfo* allocInfo;
DDescriptorSetVirtualization.h69 struct DescriptorPoolAllocationInfo { struct
DResourceTracker.cpp5002 dp->allocInfo = new DescriptorPoolAllocationInfo; in on_vkCreateDescriptorPool()