Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkRenderTarget.cpp221 const GrVkImage* nonMSAAColorAttachment = this->colorAttachment(); in dynamicMSAAAttachment() local
222 SkASSERT(nonMSAAColorAttachment->numSamples() == 1); in dynamicMSAAAttachment()
227 const GrBackendFormat& format = nonMSAAColorAttachment->backendFormat(); in dynamicMSAAAttachment()
233 rp->getDiscardableMSAAAttachment(nonMSAAColorAttachment->dimensions(), in dynamicMSAAAttachment()
236 GrProtected(nonMSAAColorAttachment->isProtected()), in dynamicMSAAAttachment()