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