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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_tritemp.h127 GLfixed fsx; /* first sample point x coord */ member in struct:NAME::__anon929b69fe0108
263 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
276 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
286 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
575 const GLfixed fsx = eLeft->fsx; /* no fractional part */ local in function:NAME
576 const GLfixed fx = FixedCeil(fsx); /* no fractional part */
583 fError = fx - fsx - FIXED_ONE;
584 fxLeftEdge = fsx - FIXED_EPSILON;
731 fxRightEdge = eRight->fsx
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_tritemp.h128 GLfixed fsx; /* first sample point x coord */ member in struct:NAME::__anonea9e26f10108
264 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
277 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
287 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
576 const GLfixed fsx = eLeft->fsx; /* no fractional part */ local in function:NAME
577 const GLfixed fx = FixedCeil(fsx); /* no fractional part */
584 fError = fx - fsx - FIXED_ONE;
585 fxLeftEdge = fsx - FIXED_EPSILON;
732 fxRightEdge = eRight->fsx
[all...]

Completed in 4 milliseconds