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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_tritemp.h140 EdgeT eMaj, eTop, eBot; local in function:NAME
228 eBot.v0 = vMin; eBot.v1 = vMid;
235 eBot.dx = FixedToFloat(vMid_fx - vMin_fx);
236 eBot.dy = FixedToFloat(vMid_fy - vMin_fy);
240 const GLfloat area = eMaj.dx * eBot.dy - eBot.dx * eMaj.dy;
279 eBot.fsy = FixedCeil(vMin_fy);
280 eBot.lines = FixedToInt(FixedCeil(vMid_fy - eBot
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_tritemp.h141 EdgeT eMaj, eTop, eBot; local in function:NAME
229 eBot.v0 = vMin; eBot.v1 = vMid;
236 eBot.dx = FixedToFloat(vMid_fx - vMin_fx);
237 eBot.dy = FixedToFloat(vMid_fy - vMin_fy);
241 const GLfloat area = eMaj.dx * eBot.dy - eBot.dx * eMaj.dy;
280 eBot.fsy = FixedCeil(vMin_fy);
281 eBot.lines = FixedToInt(FixedCeil(vMid_fy - eBot
[all...]

Completed in 3 milliseconds