Lines Matching refs:dstX0
93 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blitframebuffer_texture() argument
102 const GLint dstX = MIN2(dstX0, dstX1); in blitframebuffer_texture()
104 const GLint dstW = abs(dstX1 - dstX0); in blitframebuffer_texture()
419 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _mesa_meta_BlitFramebuffer() argument
422 const GLint dstW = abs(dstX1 - dstX0); in _mesa_meta_BlitFramebuffer()
424 const GLint dstFlipX = (dstX1 - dstX0) / dstW; in _mesa_meta_BlitFramebuffer()
429 GLint dstX0, dstY0, dstX1, dstY1; in _mesa_meta_BlitFramebuffer() member
432 dstX0, dstY0, dstX1, dstY1 in _mesa_meta_BlitFramebuffer()
447 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { in _mesa_meta_BlitFramebuffer()
465 if (clip.dstX0 != dstX0 || clip.dstY0 != dstY0 || in _mesa_meta_BlitFramebuffer()
468 _mesa_Scissor(MIN2(clip.dstX0, clip.dstX1), in _mesa_meta_BlitFramebuffer()
470 abs(clip.dstX0 - clip.dstX1), in _mesa_meta_BlitFramebuffer()
478 dstX0, dstY0, dstX1, dstY1, in _mesa_meta_BlitFramebuffer()
488 dstX0, dstY0, dstX1, dstY1, in _mesa_meta_BlitFramebuffer()
528 GLint dstX0, GLint dstY0, in _mesa_meta_and_swrast_BlitFramebuffer() argument
534 dstX0, dstY0, dstX1, dstY1, in _mesa_meta_and_swrast_BlitFramebuffer()
541 dstX0, dstY0, dstX1, dstY1, in _mesa_meta_and_swrast_BlitFramebuffer()