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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c1790 GLfloat Px2 = ux * ux + vx * vx; /* squared length of dx */ local in function:sample_2d_footprint
1802 if (Px2 > Py2) {
1803 numSamples = (GLint) ceilf(sqrtf(Px2));
1928 GLfloat Px2 = dudx * dudx + dvdx * dvdx; local in function:sample_lambda_2d_aniso
1940 if (Px2 < Py2) {
1942 Pmin2 = Px2;
1945 Pmax2 = Px2;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c1790 GLfloat Px2 = ux * ux + vx * vx; /* squared length of dx */ local in function:sample_2d_footprint
1802 if (Px2 > Py2) {
1803 numSamples = (GLint) ceilf(sqrtf(Px2));
1928 GLfloat Px2 = dudx * dudx + dvdx * dvdx; local in function:sample_lambda_2d_aniso
1940 if (Px2 < Py2) {
1942 Pmin2 = Px2;
1945 Pmax2 = Px2;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2567 const float Px2 = dudx * dudx + dvdx * dvdx; local in function:mip_filter_linear_aniso
2575 if (Px2 < Py2) {
2577 Pmin2 = Px2;
2580 Pmax2 = Px2;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2581 const float Px2 = dudx * dudx + dvdx * dvdx; local in function:mip_filter_linear_aniso
2589 if (Px2 < Py2) {
2591 Pmin2 = Px2;
2594 Pmax2 = Px2;

Completed in 23 milliseconds