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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aaline.c405 const GLint iyTop = (GLint) (yTop + 1.0F); local in function:segment
408 for (iy = iyBot; iy < iyTop; iy++) {
419 GLint iy, iyTop; local in function:segment
446 iyTop = (GLint) (yTop + 1.0F);
449 for (iy = (GLint) yBot; iy < iyTop; iy++) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aaline.c404 const GLint iyTop = (GLint) (yTop + 1.0F); local in function:segment
407 for (iy = iyBot; iy < iyTop; iy++) {
418 GLint iy, iyTop; local in function:segment
445 iyTop = (GLint) (yTop + 1.0F);
448 for (iy = (GLint) yBot; iy < iyTop; iy++) {

Completed in 6 milliseconds