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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2573 const float maxEccentricity = sp_samp->base.max_anisotropy * sp_samp->base.max_anisotropy; local in function:mip_filter_linear_aniso
2588 if (e > maxEccentricity) {
2589 /* float s=e / maxEccentricity;
2593 Pmin2 = Pmax2 / maxEccentricity;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c1872 const GLfloat maxEccentricity = local in function:sample_lambda_2d_aniso
1953 if (e > maxEccentricity) {
1954 /* GLfloat s=e / maxEccentricity;
1958 Pmin2 = Pmax2 / maxEccentricity;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2587 const float maxEccentricity = sp_samp->base.max_anisotropy * sp_samp->base.max_anisotropy; local in function:mip_filter_linear_aniso
2602 if (e > maxEccentricity) {
2603 /* float s=e / maxEccentricity;
2607 Pmin2 = Pmax2 / maxEccentricity;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c1872 const GLfloat maxEccentricity = local in function:sample_lambda_2d_aniso
1953 if (e > maxEccentricity) {
1954 /* GLfloat s=e / maxEccentricity;
1958 Pmin2 = Pmax2 / maxEccentricity;

Completed in 25 milliseconds