Home
last modified time | relevance | path

Searched refs:dstYmin (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dimage.c771 const GLint dstYmin = drawFb->_Ymin; in _mesa_clip_blit() local
791 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) in _mesa_clip_blit()
816 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit()
838 assert(*dstY0 >= dstYmin); in _mesa_clip_blit()
840 assert(*dstY1 >= dstYmin); in _mesa_clip_blit()