Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkDescriptorSetManager.h53 struct DescriptorPoolManager { struct
60 ~DescriptorPoolManager() { in ~DescriptorPoolManager() argument
90 DescriptorPoolManager fPoolManager; argument
DGrVkPipelineState.h106 struct DescriptorPoolManager { struct
107 DescriptorPoolManager(VkDescriptorSetLayout layout, VkDescriptorType type, in DescriptorPoolManager() function
119 ~DescriptorPoolManager() { in ~DescriptorPoolManager() argument
129 VkDescriptorSetLayout fDescLayout;
130 VkDescriptorType fDescType;
131 uint32_t fDescCountPerSet;
132 uint32_t fMaxDescriptors;
133 uint32_t fCurrentDescriptorCount;
134 GrVkDescriptorPool* fPool;
DGrVkDescriptorSetManager.cpp149 GrVkDescriptorSetManager::DescriptorPoolManager::DescriptorPoolManager( in DescriptorPoolManager() function in GrVkDescriptorSetManager::DescriptorPoolManager
159 GrVkDescriptorSetManager::DescriptorPoolManager::DescriptorPoolManager( in DescriptorPoolManager() function in GrVkDescriptorSetManager::DescriptorPoolManager