Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h319 struct DescriptorPoolInfo { struct
320 VkDevice device = 0;
321 VkDescriptorPool boxed = 0;
322 struct PoolState {
328 VkDescriptorPoolCreateInfo createInfo;
329 uint32_t maxSets;
330 uint32_t usedSets;
331 std::vector<PoolState> pools;
333 std::unordered_map<VkDescriptorSet, VkDescriptorSet> allocedSetsToBoxed;
334 std::vector<uint64_t> poolIds;