Searched refs:srcXmax (Results 1 - 2 of 2) sorted by path

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dimage.c888 const GLint srcXmax = readFb->Width; local in function:_mesa_clip_blit
924 if (*srcX0 >= srcXmax && *srcX1 >= srcXmax)
945 clip_right_or_top(dstX0, dstX1, srcX0, srcX1, srcXmax);
968 assert(*srcX0 <= srcXmax);
970 assert(*srcX1 <= srcXmax);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dimage.c888 const GLint srcXmax = readFb->Width; local in function:_mesa_clip_blit
924 if (*srcX0 >= srcXmax && *srcX1 >= srcXmax)
945 clip_right_or_top(dstX0, dstX1, srcX0, srcX1, srcXmax);
968 assert(*srcX0 <= srcXmax);
970 assert(*srcX1 <= srcXmax);

Completed in 10 milliseconds