Searched refs:GrVkDescriptorPool (Results 1 – 8 of 8) sorted by relevance
14 GrVkDescriptorPool::GrVkDescriptorPool(const GrVkGpu* gpu, const DescriptorTypeCounts& typeCounts) in GrVkDescriptorPool() function in GrVkDescriptorPool44 bool GrVkDescriptorPool::isCompatible(const DescriptorTypeCounts& typeCounts) const { in isCompatible()48 void GrVkDescriptorPool::reset(const GrVkGpu* gpu) { in reset()52 void GrVkDescriptorPool::freeGPUData(const GrVkGpu* gpu) const { in freeGPUData()60 int GrVkDescriptorPool::DescriptorTypeCounts::numPoolSizes() const { in numPoolSizes()68 bool GrVkDescriptorPool::DescriptorTypeCounts::isSuperSet(const DescriptorTypeCounts& that) const { in isSuperSet()77 void GrVkDescriptorPool::DescriptorTypeCounts::setTypeCount(VkDescriptorType type, uint8_t count) { in setTypeCount()
17 class GrVkDescriptorPool : public GrVkResource {33 friend class GrVkDescriptorPool; variable36 explicit GrVkDescriptorPool(const GrVkGpu* gpu, const DescriptorTypeCounts& typeCounts);
21 class GrVkDescriptorPool; variable58 GrVkDescriptorPool* descriptorPool,116 GrVkDescriptorPool* fDescriptorPool;
60 GrVkDescriptorPool* GrVkResourceProvider::findOrCreateCompatibleDescriptorPool( in findOrCreateCompatibleDescriptorPool()61 const GrVkDescriptorPool::DescriptorTypeCounts& typeCounts) { in findOrCreateCompatibleDescriptorPool()62 return new GrVkDescriptorPool(fGpu, typeCounts); in findOrCreateCompatibleDescriptorPool()
52 GrVkDescriptorPool* findOrCreateCompatibleDescriptorPool(53 const GrVkDescriptorPool::DescriptorTypeCounts& typeCounts);
289 GrVkDescriptorPool::DescriptorTypeCounts typeCounts; in finalize()293 GrVkDescriptorPool* descriptorPool = in finalize()
28 GrVkDescriptorPool* descriptorPool, in GrVkProgram()
444 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.cpp',445 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.h',