Searched refs:dstYmax (Results 1 – 1 of 1) sorted by relevance
772 const GLint dstYmax = drawFb->_Ymax; in _mesa_clip_blit() local793 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()814 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()839 assert(*dstY0 <= dstYmax); in _mesa_clip_blit()841 assert(*dstY1 <= dstYmax); in _mesa_clip_blit()