Home
last modified time | relevance | path

Searched refs:srcRb (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c73 struct st_renderbuffer *srcRb, *dstRb; in st_BlitFramebuffer_resolve() local
76 srcRb = st_renderbuffer(ctx->ReadBuffer->_ColorReadBuffer); in st_BlitFramebuffer_resolve()
81 info->src.res = srcRb->texture; in st_BlitFramebuffer_resolve()
82 info->src.layer = srcRb->surface->u.tex.first_layer; in st_BlitFramebuffer_resolve()
106 srcRb = st_renderbuffer(srcDepth->Renderbuffer); in st_BlitFramebuffer_resolve()
115 info->src.res = srcRb->texture; in st_BlitFramebuffer_resolve()
116 info->src.layer = srcRb->surface->u.tex.first_layer; in st_BlitFramebuffer_resolve()
126 srcRb = st_renderbuffer(srcStencil->Renderbuffer); in st_BlitFramebuffer_resolve()
131 info->src.res = srcRb->texture; in st_BlitFramebuffer_resolve()
132 info->src.layer = srcRb->surface->u.tex.first_layer; in st_BlitFramebuffer_resolve()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c450 struct gl_renderbuffer *srcRb, *dstRb; in swrast_fast_copy_pixels() local
459 srcRb = srcFb->_ColorReadBuffer; in swrast_fast_copy_pixels()
463 srcRb = srcFb->Attachment[BUFFER_STENCIL].Renderbuffer; in swrast_fast_copy_pixels()
467 srcRb = srcFb->Attachment[BUFFER_DEPTH].Renderbuffer; in swrast_fast_copy_pixels()
473 srcRb = srcFb->Attachment[BUFFER_DEPTH].Renderbuffer; in swrast_fast_copy_pixels()
478 if (!srcRb || !dstRb || srcRb->Format != dstRb->Format) { in swrast_fast_copy_pixels()
484 if (_mesa_is_format_packed_depth_stencil(srcRb->Format) || in swrast_fast_copy_pixels()
490 if (srcRb != srcFb->Attachment[BUFFER_STENCIL].Renderbuffer || in swrast_fast_copy_pixels()
503 pixelBytes = _mesa_get_format_bytes(srcRb->Format); in swrast_fast_copy_pixels()
506 if (srcRb == dstRb) { in swrast_fast_copy_pixels()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_fbo.c817 struct intel_renderbuffer *srcRb = in intel_blit_framebuffer_copy_tex_sub_image() local
825 if (srcRb && drawAtt && drawAtt->Texture && in intel_blit_framebuffer_copy_tex_sub_image()
845 srcRb, in intel_blit_framebuffer_copy_tex_sub_image()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_fbo.c817 struct intel_renderbuffer *srcRb = in intel_blit_framebuffer_copy_tex_sub_image() local
825 if (srcRb && drawAtt && drawAtt->Texture && in intel_blit_framebuffer_copy_tex_sub_image()
845 srcRb, in intel_blit_framebuffer_copy_tex_sub_image()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c817 struct intel_renderbuffer *srcRb = in intel_blit_framebuffer_copy_tex_sub_image() local
825 if (srcRb && drawAtt && drawAtt->Texture && in intel_blit_framebuffer_copy_tex_sub_image()
845 srcRb, in intel_blit_framebuffer_copy_tex_sub_image()
/external/mesa3d/src/mesa/main/
Dteximage.c3429 struct gl_renderbuffer *srcRb = in copyteximage() local
3433 srcRb, srcX, srcY, width, height); in copyteximage()
3529 struct gl_renderbuffer *srcRb = in copytexsubimage() local
3534 srcRb, x, y, width, height); in copytexsubimage()