Searched refs:dstRb (Results 1 – 2 of 2) sorted by relevance
439 struct gl_renderbuffer *srcRb, *dstRb; in swrast_fast_copy_pixels() local449 dstRb = dstFb->_ColorDrawBuffers[0]; in swrast_fast_copy_pixels()453 dstRb = dstFb->Attachment[BUFFER_STENCIL].Renderbuffer; in swrast_fast_copy_pixels()457 dstRb = dstFb->Attachment[BUFFER_DEPTH].Renderbuffer; in swrast_fast_copy_pixels()463 dstRb = dstFb->Attachment[BUFFER_DEPTH].Renderbuffer; in swrast_fast_copy_pixels()467 if (!srcRb || !dstRb || srcRb->Format != dstRb->Format) { in swrast_fast_copy_pixels()474 _mesa_is_format_packed_depth_stencil(dstRb->Format)) in swrast_fast_copy_pixels()480 dstRb != dstFb->Attachment[BUFFER_STENCIL].Renderbuffer) in swrast_fast_copy_pixels()495 if (srcRb == dstRb) { in swrast_fast_copy_pixels()539 ctx->Driver.MapRenderbuffer(ctx, dstRb, dstX, dstY, in swrast_fast_copy_pixels()[all …]
226 struct st_renderbuffer *dstRb = in st_BlitFramebuffer() local229 if (dstRb) { in st_BlitFramebuffer()232 st_update_renderbuffer_surface(st, dstRb); in st_BlitFramebuffer()234 dstSurf = dstRb->surface; in st_BlitFramebuffer()243 dstRb->defined = true; /* front buffer tracking */ in st_BlitFramebuffer()