Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkAttachment.cpp249 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()
DGrVkAttachment.h114 gr_rp<const GrVkDescriptorSet> fCachedMSAALoadInputDescSet; variable