Searched refs:dstXmax (Results 1 – 1 of 1) sorted by relevance
894 const GLint dstXmax = drawFb->_Xmax; in _mesa_clip_blit() local910 if (*dstX0 >= dstXmax && *dstX1 >= dstXmax) in _mesa_clip_blit()937 clip_right_or_top(srcX0, srcX1, dstX0, dstX1, dstXmax); in _mesa_clip_blit()958 assert(*dstX0 <= dstXmax); in _mesa_clip_blit()960 assert(*dstX1 <= dstXmax); in _mesa_clip_blit()