Lines Matching refs:dstImage
719 GrVkImage* dstImage;
723 dstImage = static_cast<GrVkTexture*>(dstTex)->textureImage();
726 dstImage = static_cast<GrVkRenderTarget*>(dstRT)->nonMSAAAttachment();
728 SkASSERT(dstImage);
730 dstImage->setImageLayout(this,
743 this->currentCommandBuffer()->resolveImage(this, *src->colorAttachment(), *dstImage, 1,
2288 GrVkImage* dstImage,
2297 int dstSampleCnt = dstImage->numSamples();
2299 bool dstHasYcbcr = dstImage->ycbcrConversionInfo().isValid();
2301 VkFormat dstFormat = dstImage->imageFormat();
2314 dstImage->setImageLayout(this,
2339 dstImage,
2352 GrVkImage* dstImage,
2361 int dstSampleCnt = dstImage->numSamples();
2363 bool dstHasYcbcr = dstImage->ycbcrConversionInfo().isValid();
2365 VkFormat dstFormat = dstImage->imageFormat();
2370 dstImage->isLinearTiled(),
2383 dstImage->setImageLayout(this,
2412 *dstImage,
2450 GrVkImage* dstImage;
2462 dstImage = vkRT->resolveAttachment();
2464 dstImage = vkRT->colorAttachment();
2467 dstImage = static_cast<GrVkTexture*>(dst->asTexture())->textureImage();
2470 dstImage = static_cast<GrVkImage*>(dst);
2491 VkFormat dstFormat = dstImage->imageFormat();
2494 int dstSampleCnt = dstImage->numSamples();
2497 bool dstHasYcbcr = dstImage->ycbcrConversionInfo().isValid();
2508 this->copySurfaceAsCopyImage(dst, src, dstImage, srcImage, srcRect, dstPoint);
2514 dstImage->isLinearTiled(),
2520 this->copySurfaceAsBlit(dst, src, dstImage, srcImage, srcRect, dstPoint);