Searched refs:maxU (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_display.c157 const int minU = 25000, maxU = 50000; local in function:G80CalcPLL2
183 if(refclk / m > maxU) continue;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_span.c448 GLfloat maxU, maxV, rho, lambda;
453 maxU = MAX2(dsdx2, dsdy2) * texW;
455 rho = MAX2(maxU, maxV);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_span.c448 GLfloat maxU, maxV, rho, lambda;
453 maxU = MAX2(dsdx2, dsdy2) * texW;
455 rho = MAX2(maxU, maxV);

Completed in 7 milliseconds