Lines Matching defs:target
337 // For the given render target and requested render pass features we need to find a compatible
613 // Change layout of our target so it can be copied to
747 void GrVkGpu::onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) {
748 SkASSERT(target->numSamples() > 1);
749 GrVkRenderTarget* rt = static_cast<GrVkRenderTarget*>(target);
757 this->resolveImage(target, rt, resolveRect,
1011 // Change layout of our target so it can be copied to
1078 // Change layout of our target so it can be copied to
2564 // Change layout of our target so it can be used as copy
2632 const GrSurface* target,
2656 this, renderPass, std::move(framebuffer), clears, target, renderPassBounds, forSecondaryCB);
2659 void GrVkGpu::endRenderPass(GrRenderTarget* target, GrSurfaceOrigin origin,
2664 this->didWriteToSurface(target, origin, &bounds);