Home | History | Annotate | Download | only in softpipe

Lines Matching refs:sqrtf

2227    const float box_u = 2.0f / d * sqrtf(d*C*F); /* box_u -> half of bbox with   */
2228 const float box_v = 2.0f / d * sqrtf(A*d*F); /* box_v -> half of bbox height */