Home
last modified time | relevance | path

Searched refs:util_fast_log2 (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/util/
Du_math.h106 util_fast_log2(float x) in util_fast_log2() function
/third_party/mesa3d/docs/relnotes/
D20.1.3.rst78 - mesa/swrast: use logf2 instead of util_fast_log2
D20.1.0.rst1458 - replace LOG2 with util_fast_log2
D20.2.0.rst1588 - mesa/swrast: use logf2 instead of util_fast_log2
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c521 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()