Lines Matching refs:dstY1
80 int dstX1, int dstY1) in _mesa_regions_overlap() argument
88 if (MAX2(srcY0, srcY1) <= MIN2(dstY0, dstY1)) in _mesa_regions_overlap()
91 if (MAX2(dstY0, dstY1) <= MIN2(srcY0, srcY1)) 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
387 clip.dstY1 = dstY1; in do_blit_framebuffer()
397 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { in do_blit_framebuffer()
405 (dstY1 != clip.dstY1); in do_blit_framebuffer()
410 dstY1 = drawFB->Height - dstY1; in do_blit_framebuffer()
413 clip.dstY1 = drawFB->Height - clip.dstY1; in do_blit_framebuffer()
417 blit.scissor.miny = MIN2(clip.dstY0, clip.dstY1); in do_blit_framebuffer()
419 blit.scissor.maxy = MAX2(clip.dstY0, clip.dstY1); in do_blit_framebuffer()
433 if (srcY0 > srcY1 && dstY0 > dstY1) { in do_blit_framebuffer()
443 dstY0 = dstY1; in do_blit_framebuffer()
444 dstY1 = tmp; in do_blit_framebuffer()
462 if (dstY0 < dstY1) { in do_blit_framebuffer()
465 blit.dst.box.height = dstY1 - dstY0; in do_blit_framebuffer()
468 blit.dst.box.y = dstY1; in do_blit_framebuffer()
470 blit.dst.box.height = dstY0 - dstY1; in do_blit_framebuffer()
632 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blit_framebuffer() argument
717 || srcX1 != dstX1 || srcY1 != dstY1)) { in blit_framebuffer()
736 abs(srcY1 - srcY0) != abs(dstY1 - dstY0)) { 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()
892 GLint dstX1, GLint dstY1, 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()
982 GLint dstX1, GLint dstY1, 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()