Searched refs:util_fast_log2 (Results 1 – 7 of 7) sorted by relevance
160 util_fast_log2(float x) in util_fast_log2() function178 return util_fast_exp2(util_fast_log2(x) * y); in util_fast_pow()
308 util_fast_log2(float x)326 return util_fast_exp2(util_fast_log2(x) * y);
78 - mesa/swrast: use logf2 instead of util_fast_log2
1458 - replace LOG2 with util_fast_log2
1588 - mesa/swrast: use logf2 instead of util_fast_log2
521 return util_fast_log2(rho); in compute_lambda_1d_explicit_gradients()567 return util_fast_log2(rho); in compute_lambda_2d_explicit_gradients()615 return util_fast_log2(rho); in compute_lambda_3d_explicit_gradients()648 return util_fast_log2(rho); in compute_lambda_cube_explicit_gradients()2613 lambda = 0.5F * util_fast_log2(Pmin2) + sp_samp->base.lod_bias; in mip_filter_linear_aniso()
512 dst->f[0] = util_fast_log2(src->f[0]); in micro_lg2()513 dst->f[1] = util_fast_log2(src->f[1]); in micro_lg2()514 dst->f[2] = util_fast_log2(src->f[2]); in micro_lg2()515 dst->f[3] = util_fast_log2(src->f[3]); in micro_lg2()