Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1842 float Pmax2; in mip_filter_linear_aniso() local
1848 Pmax2 = Py2; in mip_filter_linear_aniso()
1852 Pmax2 = Px2; in mip_filter_linear_aniso()
1859 e = Pmax2 / Pmin2; in mip_filter_linear_aniso()
1865 Pmin2 = Pmax2 / maxEccentricity; in mip_filter_linear_aniso()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1926 GLfloat Pmax2; in sample_lambda_2d_aniso() local
1936 Pmax2 = Py2; in sample_lambda_2d_aniso()
1940 Pmax2 = Px2; in sample_lambda_2d_aniso()
1947 e = Pmax2 / Pmin2; in sample_lambda_2d_aniso()
1953 Pmin2 = Pmax2 / maxEccentricity; in sample_lambda_2d_aniso()