Lines Matching refs:fFramebuffer

81         fFramebuffer->colorAttachment()->setImageLayout(
87 fFramebuffer->colorAttachment()->setImageLayout(
96 GrVkImage* resolveAttachment = fFramebuffer->resolveAttachment();
116 auto* vkStencil = fFramebuffer->stencilAttachment();
188 auto dimensions = fFramebuffer->colorAttachment()->dimensions();
209 if (!fGpu->beginRenderPass(fCurrentRenderPass, fFramebuffer, &clearColor, fRenderTarget,
239 GrVkResourceProvider::CompatibleRPHandle rpHandle = fFramebuffer->compatibleRenderPassHandle();
257 fCurrentSecondaryCommandBuffer->begin(fGpu, fFramebuffer.get(), fCurrentRenderPass);
270 SkASSERT(fFramebuffer->isExternal());
271 fCurrentRenderPass = fFramebuffer->externalRenderPass();
275 fCurrentSecondaryCommandBuffer = fFramebuffer->externalCommandBuffer();
300 fFramebuffer->colorAttachment(), fFramebuffer->resolveAttachment(),
309 SkASSERT(fFramebuffer->resolveAttachment());
310 fFramebuffer->resolveAttachment()->updateImageLayout(VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL);
327 fFramebuffer->returnExternalGrSecondaryCommandBuffer(
378 fFramebuffer = std::move(framebuffer);
381 SkIRect::MakeSize(fFramebuffer->colorAttachment()->dimensions()).contains(bounds));
408 fFramebuffer.reset();
421 return fFramebuffer->isExternal();
432 GrAttachment* sb = fFramebuffer->stencilAttachment();
495 auto dimensions = fFramebuffer->colorAttachment()->dimensions();
531 bool withResolve = fFramebuffer->resolveAttachment();
532 bool withStencil = fFramebuffer->stencilAttachment();
562 fFramebuffer = sk_ref_sp(fb);
564 SkASSERT(fFramebuffer);
566 fFramebuffer->compatibleRenderPassHandle();
586 fCurrentSecondaryCommandBuffer->begin(fGpu, fFramebuffer.get(), fCurrentRenderPass);
650 auto colorAttachment = fFramebuffer->colorAttachment();
676 fFramebuffer->colorAttachment()->dimensions(),
693 auto colorAttachment = fFramebuffer->colorAttachment();
710 auto ds = fFramebuffer->colorAttachment()->inputDescSetForBlending(fGpu);
862 vkInfo.fFormat = fFramebuffer->colorAttachment()->imageFormat();
865 vkInfo.fImage = fFramebuffer->colorAttachment()->image();
908 fGpu->currentCommandBuffer()->drawBlurImage(fGpu, image, fFramebuffer->colorAttachment()->dimensions(),