Searched refs:dstYmin (Results 1 – 1 of 1) sorted by relevance
867 const GLint dstYmin = ctx->DrawBuffer->_Ymin; in _mesa_clip_blit() local887 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) in _mesa_clip_blit()912 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit()934 ASSERT(*dstY0 >= dstYmin); in _mesa_clip_blit()936 ASSERT(*dstY1 >= dstYmin); in _mesa_clip_blit()