Searched refs:srcYmax (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dimage.c890 const GLint srcYmax = readFb->Height; local in function:_mesa_clip_blit
931 if (*srcY0 >= srcYmax && *srcY1 >= srcYmax)
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax);
973 assert(*srcY0 <= srcYmax);
975 assert(*srcY1 <= srcYmax);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dimage.c890 const GLint srcYmax = readFb->Height; local in function:_mesa_clip_blit
931 if (*srcY0 >= srcYmax && *srcY1 >= srcYmax)
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax);
973 assert(*srcY0 <= srcYmax);
975 assert(*srcY1 <= srcYmax);

Completed in 5 milliseconds