Lines Matching refs:GrVkImage
53 sk_sp<GrVkImage> colorAttachment, in GrVkRenderTarget()
54 sk_sp<GrVkImage> resolveAttachment, in GrVkRenderTarget()
109 GrVkImage* nonMSAAAttachment = this->nonMSAAAttachment(); in setFlags()
130 sk_sp<GrVkImage> wrappedAttachment = in MakeWrappedRenderTarget()
131 GrVkImage::MakeWrapped(gpu, in MakeWrappedRenderTarget()
142 sk_sp<GrVkImage> colorAttachment; in MakeWrappedRenderTarget()
177 sk_sp<GrVkImage> colorAttachment = in MakeSecondaryCBRenderTarget()
178 GrVkImage::MakeWrapped(gpu, in MakeSecondaryCBRenderTarget()
209 GrVkImage* GrVkRenderTarget::nonMSAAAttachment() const { in nonMSAAAttachment()
217 GrVkImage* GrVkRenderTarget::dynamicMSAAAttachment() { in dynamicMSAAAttachment()
221 const GrVkImage* nonMSAAColorAttachment = this->colorAttachment(); in dynamicMSAAAttachment()
241 fDynamicMSAAAttachment = sk_sp<GrVkImage>(static_cast<GrVkImage*>(msaaAttachment.release())); in dynamicMSAAAttachment()
245 GrVkImage* GrVkRenderTarget::msaaAttachment() { in msaaAttachment()
362 GrVkImage* resolve = withResolve ? this->resolveAttachment() : nullptr; in createFramebuffer()
363 GrVkImage* colorAttachment = withResolve ? this->msaaAttachment() : this->colorAttachment(); in createFramebuffer()
367 GrVkImage* stencil = withStencil ? static_cast<GrVkImage*>(this->getStencilAttachment(useMSAA)) in createFramebuffer()
380 const GrVkImage* colorAttachment = in getAttachmentsDescriptor()
399 const GrVkImage* vkStencil = static_cast<const GrVkImage*>(stencil); in getAttachmentsDescriptor()
487 const GrVkImage* beAttachment = this->externalAttachment(); in getBackendRenderTarget()