Home
last modified time | relevance | path

Searched refs:dstRb (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c73 struct st_renderbuffer *srcRb, *dstRb; in st_BlitFramebuffer_resolve() local
77 dstRb = st_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]); in st_BlitFramebuffer_resolve()
83 info->dst.res = dstRb->texture; in st_BlitFramebuffer_resolve()
84 info->dst.level = dstRb->surface->u.tex.level; in st_BlitFramebuffer_resolve()
85 info->dst.layer = dstRb->surface->u.tex.first_layer; in st_BlitFramebuffer_resolve()
107 dstRb = st_renderbuffer(dstDepth->Renderbuffer); in st_BlitFramebuffer_resolve()
117 info->dst.res = dstRb->texture; in st_BlitFramebuffer_resolve()
118 info->dst.level = dstRb->surface->u.tex.level; in st_BlitFramebuffer_resolve()
119 info->dst.layer = dstRb->surface->u.tex.first_layer; in st_BlitFramebuffer_resolve()
127 dstRb = st_renderbuffer(dstStencil->Renderbuffer); in st_BlitFramebuffer_resolve()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c450 struct gl_renderbuffer *srcRb, *dstRb; in swrast_fast_copy_pixels() local
460 dstRb = dstFb->_ColorDrawBuffers[0]; in swrast_fast_copy_pixels()
464 dstRb = dstFb->Attachment[BUFFER_STENCIL].Renderbuffer; in swrast_fast_copy_pixels()
468 dstRb = dstFb->Attachment[BUFFER_DEPTH].Renderbuffer; in swrast_fast_copy_pixels()
474 dstRb = dstFb->Attachment[BUFFER_DEPTH].Renderbuffer; in swrast_fast_copy_pixels()
478 if (!srcRb || !dstRb || srcRb->Format != dstRb->Format) { in swrast_fast_copy_pixels()
485 _mesa_is_format_packed_depth_stencil(dstRb->Format)) in swrast_fast_copy_pixels()
491 dstRb != dstFb->Attachment[BUFFER_STENCIL].Renderbuffer) in swrast_fast_copy_pixels()
506 if (srcRb == dstRb) { in swrast_fast_copy_pixels()
549 ctx->Driver.MapRenderbuffer(ctx, dstRb, dstX, dstY, in swrast_fast_copy_pixels()
[all …]