Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/vk/
DGrVkDescriptorSetManager.h53 struct DescriptorPoolManager { struct
57 ~DescriptorPoolManager() { in ~DescriptorPoolManager() argument
66 VkDescriptorSetLayout fDescLayout;
67 VkDescriptorType fDescType;
68 uint32_t fDescCountPerSet;
69 uint32_t fMaxDescriptors;
93 DescriptorPoolManager fPoolManager; argument
DGrVkDescriptorSetManager.cpp298 GrVkDescriptorSetManager::DescriptorPoolManager::DescriptorPoolManager( in DescriptorPoolManager() function in GrVkDescriptorSetManager::DescriptorPoolManager