Searched refs:dstXmax (Results 1 – 1 of 1) sorted by relevance
770 const GLint dstXmax = drawFb->_Xmax; in _mesa_clip_blit() local786 if (*dstX0 >= dstXmax && *dstX1 >= dstXmax) in _mesa_clip_blit()813 clip_right_or_top(srcX0, srcX1, dstX0, dstX1, dstXmax); in _mesa_clip_blit()834 assert(*dstX0 <= dstXmax); in _mesa_clip_blit()836 assert(*dstX1 <= dstXmax); in _mesa_clip_blit()