Searched refs:fCachedMSAALoadInputDescSet (Results 1 – 2 of 2) sorted by relevance
574 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()
266 gr_rp<const GrVkDescriptorSet> fCachedMSAALoadInputDescSet; variable