Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkImage.cpp574 fCachedMSAALoadInputDescSet.reset(); in releaseImage()
654 if (fCachedMSAALoadInputDescSet) { in inputDescSetForMSAALoad()
655 return fCachedMSAALoadInputDescSet; in inputDescSetForMSAALoad()
658 fCachedMSAALoadInputDescSet.reset(gpu->resourceProvider().getInputDescriptorSet()); in inputDescSetForMSAALoad()
659 if (!fCachedMSAALoadInputDescSet) { in inputDescSetForMSAALoad()
666 *fCachedMSAALoadInputDescSet->descriptorSet()); in inputDescSetForMSAALoad()
668 return fCachedMSAALoadInputDescSet; in inputDescSetForMSAALoad()
DGrVkImage.h266 gr_rp<const GrVkDescriptorSet> fCachedMSAALoadInputDescSet; variable