Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
H A DGrVkImage.cpp592 fCachedMSAALoadInputDescSet.reset(); in releaseImage()
678 if (fCachedMSAALoadInputDescSet) { in inputDescSetForMSAALoad()
679 return fCachedMSAALoadInputDescSet; in inputDescSetForMSAALoad()
682 fCachedMSAALoadInputDescSet.reset(gpu->resourceProvider().getInputDescriptorSet()); in inputDescSetForMSAALoad()
683 if (!fCachedMSAALoadInputDescSet) { in inputDescSetForMSAALoad()
690 *fCachedMSAALoadInputDescSet->descriptorSet()); in inputDescSetForMSAALoad()
692 return fCachedMSAALoadInputDescSet; in inputDescSetForMSAALoad()
H A DGrVkImage.h277 gr_rp<const GrVkDescriptorSet> fCachedMSAALoadInputDescSet; member in GrVkImage

Completed in 3 milliseconds