Searched refs:dstYmax (Results 1 – 1 of 1) sorted by relevance
896 const GLint dstYmax = drawFb->_Ymax; in _mesa_clip_blit() local917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()963 assert(*dstY0 <= dstYmax); in _mesa_clip_blit()965 assert(*dstY1 <= dstYmax); in _mesa_clip_blit()