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()
954 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _mesa_meta_BlitFramebuffer() argument
957 const GLint dstW = abs(dstX1 - dstX0); in _mesa_meta_BlitFramebuffer()
959 const GLint dstFlipX = (dstX1 - dstX0) / dstW; in _mesa_meta_BlitFramebuffer()
964 GLint dstX0, dstY0, dstX1, dstY1; in _mesa_meta_BlitFramebuffer() member
967 dstX0, dstY0, dstX1, dstY1 in _mesa_meta_BlitFramebuffer()
984 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { in _mesa_meta_BlitFramebuffer()
1003 clip.dstX1 != dstX1 || clip.dstY1 != dstY1) { in _mesa_meta_BlitFramebuffer()
1005 _mesa_Scissor(MIN2(clip.dstX0, clip.dstX1), in _mesa_meta_BlitFramebuffer()
1007 abs(clip.dstX0 - clip.dstX1), in _mesa_meta_BlitFramebuffer()
1015 dstX0, dstY0, dstX1, dstY1, in _mesa_meta_BlitFramebuffer()
1025 dstX0, dstY0, dstX1, dstY1, in _mesa_meta_BlitFramebuffer()
1064 GLint dstX1, GLint dstY1, in _mesa_meta_and_swrast_BlitFramebuffer() argument
1069 dstX0, dstY0, dstX1, dstY1, in _mesa_meta_and_swrast_BlitFramebuffer()
1076 dstX0, dstY0, dstX1, dstY1, in _mesa_meta_and_swrast_BlitFramebuffer()