Searched refs:fCachedMSAALoadInputDescSet (Results 1 – 2 of 2) sorted by relevance
249 if (fCachedMSAALoadInputDescSet) { in inputDescSetForMSAALoad()250 return fCachedMSAALoadInputDescSet; in inputDescSetForMSAALoad()253 fCachedMSAALoadInputDescSet.reset(gpu->resourceProvider().getInputDescriptorSet()); in inputDescSetForMSAALoad()254 if (!fCachedMSAALoadInputDescSet) { in inputDescSetForMSAALoad()261 *fCachedMSAALoadInputDescSet->descriptorSet()); in inputDescSetForMSAALoad()263 return fCachedMSAALoadInputDescSet; in inputDescSetForMSAALoad()277 fCachedMSAALoadInputDescSet.reset(); in release()
114 gr_rp<const GrVkDescriptorSet> fCachedMSAALoadInputDescSet; variable