Home
last modified time | relevance | path

Searched refs:DescriptorTypeCounts (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkDescriptorPool.h19 class DescriptorTypeCounts {
21 DescriptorTypeCounts() { in DescriptorTypeCounts() function
29 bool isSuperSet(const DescriptorTypeCounts& that) const;
36 explicit GrVkDescriptorPool(const GrVkGpu* gpu, const DescriptorTypeCounts& typeCounts);
44 bool isCompatible(const DescriptorTypeCounts& typeCounts) const;
49 DescriptorTypeCounts fTypeCounts;
DGrVkDescriptorPool.cpp14 GrVkDescriptorPool::GrVkDescriptorPool(const GrVkGpu* gpu, const DescriptorTypeCounts& typeCounts) in GrVkDescriptorPool()
44 bool GrVkDescriptorPool::isCompatible(const DescriptorTypeCounts& typeCounts) const { in isCompatible()
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()
DGrVkResourceProvider.h53 const GrVkDescriptorPool::DescriptorTypeCounts& typeCounts);
DGrVkResourceProvider.cpp61 const GrVkDescriptorPool::DescriptorTypeCounts& typeCounts) { in findOrCreateCompatibleDescriptorPool()
DGrVkProgramBuilder.cpp289 GrVkDescriptorPool::DescriptorTypeCounts typeCounts; in finalize()