Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/vk/
DGrVkImage.cpp612 fCachedMSAALoadInputDescSet.reset(); in releaseImage()
692 if (fCachedMSAALoadInputDescSet) { in inputDescSetForMSAALoad()
693 return fCachedMSAALoadInputDescSet; in inputDescSetForMSAALoad()
696 fCachedMSAALoadInputDescSet.reset(gpu->resourceProvider().getInputDescriptorSet()); in inputDescSetForMSAALoad()
697 if (!fCachedMSAALoadInputDescSet) { in inputDescSetForMSAALoad()
704 *fCachedMSAALoadInputDescSet->descriptorSet()); in inputDescSetForMSAALoad()
706 return fCachedMSAALoadInputDescSet; in inputDescSetForMSAALoad()
DGrVkImage.h269 gr_rp<const GrVkDescriptorSet> fCachedMSAALoadInputDescSet; variable