Home | History | Annotate | Download | only in softpipe

Lines Matching defs:rho

496    float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
498 return util_fast_log2(rho);
515 float rho = MAX2(maxx, maxy);
517 return util_fast_log2(rho);
537 float rho;
539 rho = MAX2(maxx, maxy);
540 rho = MAX2(rho, maxz);
542 return util_fast_log2(rho);