Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h341 struct DescriptorPoolInfo { struct
342 VkDevice device = 0;
343 VkDescriptorPool boxed = 0;
344 struct PoolState {
350 VkDescriptorPoolCreateInfo createInfo;
351 uint32_t maxSets;
352 uint32_t usedSets;
353 std::vector<PoolState> pools;
355 std::unordered_map<VkDescriptorSet, VkDescriptorSet> allocedSetsToBoxed;
356 std::vector<uint64_t> poolIds;