Lines Matching refs:dstX0
79 int dstX0, int dstY0, in _mesa_regions_overlap() argument
82 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1)) in _mesa_regions_overlap()
85 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1)) in _mesa_regions_overlap()
359 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in do_blit_framebuffer() argument
370 GLint dstX0, dstY0, dstX1, dstY1; in do_blit_framebuffer() member
384 clip.dstX0 = dstX0; in do_blit_framebuffer()
397 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { in do_blit_framebuffer()
402 (dstX0 != clip.dstX0) || in do_blit_framebuffer()
416 blit.scissor.minx = MIN2(clip.dstX0, clip.dstX1); in do_blit_framebuffer()
418 blit.scissor.maxx = MAX2(clip.dstX0, clip.dstX1); in do_blit_framebuffer()
451 if (dstX0 < dstX1) { in do_blit_framebuffer()
452 blit.dst.box.x = dstX0; in do_blit_framebuffer()
454 blit.dst.box.width = dstX1 - dstX0; in do_blit_framebuffer()
459 blit.dst.box.width = dstX0 - dstX1; in do_blit_framebuffer()
632 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blit_framebuffer() argument
716 && (srcX0 != dstX0 || srcY0 != dstY0 in blit_framebuffer()
735 if (abs(srcX1 - srcX0) != abs(dstX1 - dstX0) || in blit_framebuffer()
813 dstX0, dstY0, dstX1, dstY1, in blit_framebuffer()
856 (dstX1 - dstX0) == 0 || (dstY1 - dstY0) == 0) { in blit_framebuffer()
862 dstX0, dstY0, dstX1, dstY1, in blit_framebuffer()
872 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blit_framebuffer_err() argument
879 dstX0, dstY0, dstX1, dstY1, mask, filter, false, func); in blit_framebuffer_err()
891 GLint srcY1, GLint dstX0, GLint dstY0, in _mesa_BlitFramebuffer_no_error() argument
899 dstX0, dstY0, dstX1, dstY1, in _mesa_BlitFramebuffer_no_error()
906 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _mesa_BlitFramebuffer() argument
916 dstX0, dstY0, dstX1, dstY1, in _mesa_BlitFramebuffer()
921 dstX0, dstY0, dstX1, dstY1, in _mesa_BlitFramebuffer()
930 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blit_named_framebuffer() argument
971 dstX0, dstY0, dstX1, dstY1, in blit_named_framebuffer()
981 GLint dstX0, GLint dstY0, in _mesa_BlitNamedFramebuffer_no_error() argument
989 dstX0, dstY0, dstX1, dstY1, in _mesa_BlitNamedFramebuffer_no_error()
997 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _mesa_BlitNamedFramebuffer() argument
1008 dstX0, dstY0, dstX1, dstY1, in _mesa_BlitNamedFramebuffer()
1013 dstX0, dstY0, dstX1, dstY1, in _mesa_BlitNamedFramebuffer()