Home
last modified time | relevance | path

Searched refs:fDescType (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkDescriptorSetManager.cpp135 if (type != fPoolManager.fDescType) { in isCompatible()
154 if (type != fPoolManager.fDescType) { in isCompatible()
194 : fDescType(type) in DescriptorPoolManager()
289 fPool = gpu->resourceProvider().findOrCreateCompatibleDescriptorPool(fDescType, in getNewPool()
DGrVkDescriptorSetManager.h69 VkDescriptorType fDescType; member
/third_party/skia/src/gpu/vk/
DGrVkDescriptorSetManager.cpp269 if (type != fPoolManager.fDescType) { in isCompatible()
287 if (VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER != fPoolManager.fDescType) { in isZeroSampler()
303 , fDescType(type) in DescriptorPoolManager()
321 fPool = gpu->resourceProvider().findOrCreateCompatibleDescriptorPool(fDescType, in getNewPool()
DGrVkDescriptorSetManager.h67 VkDescriptorType fDescType; member