Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkDescriptorSetManager.h55 struct DescriptorPoolManager { struct
59 ~DescriptorPoolManager() { in ~DescriptorPoolManager() argument
68 VkDescriptorSetLayout fDescLayout;
69 VkDescriptorType fDescType;
70 uint32_t fDescCountPerSet;
71 uint32_t fMaxDescriptors;
95 DescriptorPoolManager fPoolManager; argument
H A DGrVkDescriptorSetManager.cpp310 GrVkDescriptorSetManager::DescriptorPoolManager::DescriptorPoolManager( in DescriptorPoolManager() function in GrVkDescriptorSetManager::DescriptorPoolManager