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