Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dimage.c894 const GLint dstXmax = drawFb->_Xmax; in _mesa_clip_blit() local
910 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()