Lines Matching refs:dstX1
605 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blitframebuffer_texture() argument
614 const GLint dstX = MIN2(dstX0, dstX1); in blitframebuffer_texture()
616 const GLint dstW = abs(dstX1 - dstX0); in blitframebuffer_texture()
950 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _mesa_meta_BlitFramebuffer() argument
953 const GLint dstW = abs(dstX1 - dstX0); in _mesa_meta_BlitFramebuffer()
955 const GLint dstFlipX = (dstX1 - dstX0) / dstW; in _mesa_meta_BlitFramebuffer()
960 GLint dstX0, dstY0, dstX1, dstY1; in _mesa_meta_BlitFramebuffer() member
963 dstX0, dstY0, dstX1, dstY1 in _mesa_meta_BlitFramebuffer()
980 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { in _mesa_meta_BlitFramebuffer()
999 clip.dstX1 != dstX1 || clip.dstY1 != dstY1) { in _mesa_meta_BlitFramebuffer()
1001 _mesa_Scissor(MIN2(clip.dstX0, clip.dstX1), in _mesa_meta_BlitFramebuffer()
1003 abs(clip.dstX0 - clip.dstX1), in _mesa_meta_BlitFramebuffer()
1011 dstX0, dstY0, dstX1, dstY1, in _mesa_meta_BlitFramebuffer()
1021 dstX0, dstY0, dstX1, dstY1, in _mesa_meta_BlitFramebuffer()
1062 GLint dstX1, GLint dstY1, in _mesa_meta_and_swrast_BlitFramebuffer() argument
1067 dstX0, dstY0, dstX1, dstY1, in _mesa_meta_and_swrast_BlitFramebuffer()
1074 dstX0, dstY0, dstX1, dstY1, in _mesa_meta_and_swrast_BlitFramebuffer()