Searched refs:nonMSAAAttachment (Results 1 – 4 of 4) sorted by relevance
101 GrVkAttachment* nonMSAAAttachment = this->nonMSAAAttachment(); in setFlags() local102 if (nonMSAAAttachment && nonMSAAAttachment->supportsInputAttachmentUsage()) { in setFlags()192 GrVkAttachment* GrVkRenderTarget::nonMSAAAttachment() const { in nonMSAAAttachment() function in GrVkRenderTarget
81 GrVkAttachment* nonMSAAAttachment() const;
156 SkASSERT(this->nonMSAAAttachment()->gpuMemorySize() == 0); in onGpuMemorySize()
628 if (!rt->nonMSAAAttachment()) { in onTransferPixelsFrom()631 srcImage = rt->nonMSAAAttachment(); in onTransferPixelsFrom()696 dstImage = static_cast<GrVkRenderTarget*>(dstRT)->nonMSAAAttachment(); in resolveImage()2358 image = rt->nonMSAAAttachment(); in onReadPixels()