Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DDescriptorSetVirtualization.h69 struct DescriptorPoolAllocationInfo { struct
70 VkDevice device;
71 VkDescriptorPoolCreateFlags createFlags;
74 std::vector<uint64_t> freePoolIds;
75 std::unordered_set<uint32_t> allocedPoolIds;
76 std::unordered_set<VkDescriptorSet> allocedSets;
77 uint32_t maxSets;
78 uint32_t usedSets;
81 struct DescriptorCountInfo {
86 std::vector<DescriptorCountInfo> descriptorCountInfo;