Home | History | Annotate | Download | only in softpipe

Lines Matching refs:Pmin2

1843       float Pmin2;
1849 Pmin2 = Px2;
1853 Pmin2 = Py2;
1859 e = Pmax2 / Pmin2;
1864 Pmin2 *= s; */
1865 Pmin2 = Pmax2 / maxEccentricity;
1868 /* note: we need to have Pmin=sqrt(Pmin2) here, but we can avoid
1871 lambda = 0.5F * util_fast_log2(Pmin2) + samp->sampler->lod_bias;