Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.cpp6146 struct DescriptorPoolInfo { struct in gfxstream::vk::VkDecoderGlobalState::Impl
6147 VkDevice device = 0;
6148 VkDescriptorPool boxed = 0;
6149 struct PoolState {
6155 VkDescriptorPoolCreateInfo createInfo;
6156 uint32_t maxSets;
6157 uint32_t usedSets;
6158 std::vector<PoolState> pools;
6160 std::unordered_map<VkDescriptorSet, VkDescriptorSet> allocedSetsToBoxed;
6161 std::vector<uint64_t> poolIds;