Home
last modified time | relevance | path

Searched refs:Pmin2 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2450 float Pmin2; in mip_filter_linear_aniso() local
2456 Pmin2 = Px2; in mip_filter_linear_aniso()
2460 Pmin2 = Py2; in mip_filter_linear_aniso()
2466 e = Pmax2 / Pmin2; in mip_filter_linear_aniso()
2472 Pmin2 = Pmax2 / maxEccentricity; in mip_filter_linear_aniso()
2478 lambda = 0.5F * util_fast_log2(Pmin2) + sp_samp->base.lod_bias; in mip_filter_linear_aniso()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1932 GLfloat Pmin2; in sample_lambda_2d_aniso() local
1942 Pmin2 = Px2; in sample_lambda_2d_aniso()
1946 Pmin2 = Py2; in sample_lambda_2d_aniso()
1952 e = Pmax2 / Pmin2; in sample_lambda_2d_aniso()
1958 Pmin2 = Pmax2 / maxEccentricity; in sample_lambda_2d_aniso()
1964 lod = 0.5f * LOG2(Pmin2); in sample_lambda_2d_aniso()