Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DDescriptorSetVirtualization.h80 struct DescriptorPoolAllocationInfo { struct
81 VkDevice device;
82 VkDescriptorPoolCreateFlags createFlags;
85 std::vector<uint64_t> freePoolIds;
86 std::unordered_set<uint32_t> allocedPoolIds;
87 std::unordered_set<VkDescriptorSet> allocedSets;
88 uint32_t maxSets;
89 uint32_t usedSets;
92 struct DescriptorCountInfo {
97 std::vector<DescriptorCountInfo> descriptorCountInfo;