Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dimage.c764 const GLint srcXmax = readFb->Width; in _mesa_clip_blit() local
800 if (*srcX0 >= srcXmax && *srcX1 >= srcXmax) in _mesa_clip_blit()
821 clip_right_or_top(dstX0, dstX1, srcX0, srcX1, srcXmax); in _mesa_clip_blit()
844 assert(*srcX0 <= srcXmax); in _mesa_clip_blit()
846 assert(*srcX1 <= srcXmax); in _mesa_clip_blit()