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.c2449 float Pmax2; in mip_filter_linear_aniso() local
2455 Pmax2 = Py2; in mip_filter_linear_aniso()
2459 Pmax2 = Px2; in mip_filter_linear_aniso()
2466 e = Pmax2 / Pmin2; in mip_filter_linear_aniso()
2472 Pmin2 = Pmax2 / maxEccentricity; in mip_filter_linear_aniso()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1931 GLfloat Pmax2; in sample_lambda_2d_aniso() local
1941 Pmax2 = Py2; in sample_lambda_2d_aniso()
1945 Pmax2 = Px2; in sample_lambda_2d_aniso()
1952 e = Pmax2 / Pmin2; in sample_lambda_2d_aniso()
1958 Pmin2 = Pmax2 / maxEccentricity; in sample_lambda_2d_aniso()