Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.h81 struct DescriptorPoolAllocationInfo { struct
82 VkDevice device;
83 VkDescriptorPoolCreateFlags createFlags;
86 std::vector<uint64_t> freePoolIds;
87 std::unordered_set<uint32_t> allocedPoolIds;
88 std::unordered_set<VkDescriptorSet> allocedSets;
89 uint32_t maxSets;
90 uint32_t usedSets;
93 struct DescriptorCountInfo {
98 std::vector<DescriptorCountInfo> descriptorCountInfo;