Home | History | Annotate | Download | only in softpipe

Lines Matching full:rmax2

1294          const float rmax2 = rmax * rmax;
1295 const float cscale = 1.0F / (rmax2 - rmin2);
1307 if (dist2 <= rmax2) {
1316 if (dist2 <= rmax2) {
1325 if (dist2 <= rmax2) {
1334 if (dist2 <= rmax2) {