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()538 ctx->Driver.MapRenderbuffer(ctx, dstRb, dstX, dstY, in swrast_fast_copy_pixels()[all …]
189 struct st_renderbuffer *dstRb = in st_BlitFramebuffer() local192 if (dstRb) { in st_BlitFramebuffer()195 st_update_renderbuffer_surface(st, dstRb); in st_BlitFramebuffer()197 dstSurf = dstRb->surface; in st_BlitFramebuffer()214 dstRb->defined = true; /* front buffer tracking */ in st_BlitFramebuffer()236 struct st_renderbuffer *dstRb = in st_BlitFramebuffer() local239 if (dstRb) { in st_BlitFramebuffer()242 st_update_renderbuffer_surface(st, dstRb); in st_BlitFramebuffer()244 dstSurf = dstRb->surface; in st_BlitFramebuffer()258 dstRb->defined = true; /* front buffer tracking */ in st_BlitFramebuffer()