Home
last modified time | relevance | path

Searched refs:fTypeCounts (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp16 , fTypeCounts(typeCounts) { in GrVkDescriptorPool()
17 int numPools = fTypeCounts.numPoolSizes(); in GrVkDescriptorPool()
21 if (fTypeCounts.fDescriptorTypeCount[i]) { in GrVkDescriptorPool()
24 poolSize.descriptorCount = fTypeCounts.fDescriptorTypeCount[i]; in GrVkDescriptorPool()
45 return fTypeCounts.isSuperSet(typeCounts); in isCompatible()
DGrVkDescriptorPool.h49 DescriptorTypeCounts fTypeCounts; variable