Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkRenderTarget.cpp101 GrVkAttachment* nonMSAAAttachment = this->nonMSAAAttachment(); in setFlags() local
102 if (nonMSAAAttachment && nonMSAAAttachment->supportsInputAttachmentUsage()) { in setFlags()
192 GrVkAttachment* GrVkRenderTarget::nonMSAAAttachment() const { in nonMSAAAttachment() function in GrVkRenderTarget
DGrVkRenderTarget.h81 GrVkAttachment* nonMSAAAttachment() const;
DGrVkTextureRenderTarget.cpp156 SkASSERT(this->nonMSAAAttachment()->gpuMemorySize() == 0); in onGpuMemorySize()
DGrVkGpu.cpp628 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()