Searched refs:Pmax2 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2570 float Pmax2; local in function:mip_filter_linear_aniso
2576 Pmax2 = Py2;
2580 Pmax2 = Px2;
2587 e = Pmax2 / Pmin2;
2593 Pmin2 = Pmax2 / maxEccentricity;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c1931 GLfloat Pmax2; local in function:sample_lambda_2d_aniso
1941 Pmax2 = Py2;
1945 Pmax2 = Px2;
1952 e = Pmax2 / Pmin2;
1958 Pmin2 = Pmax2 / maxEccentricity;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2584 float Pmax2; local in function:mip_filter_linear_aniso
2590 Pmax2 = Py2;
2594 Pmax2 = Px2;
2601 e = Pmax2 / Pmin2;
2607 Pmin2 = Pmax2 / maxEccentricity;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c1931 GLfloat Pmax2; local in function:sample_lambda_2d_aniso
1941 Pmax2 = Py2;
1945 Pmax2 = Px2;
1952 e = Pmax2 / Pmin2;
1958 Pmin2 = Pmax2 / maxEccentricity;

Completed in 53 milliseconds