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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c1791 GLfloat Py2 = uy * uy + vy * vy; /* squared length of dy */ local in function:sample_2d_footprint
1802 if (Px2 > Py2) {
1808 numSamples = (GLint) ceilf(sqrtf(Py2));
1929 GLfloat Py2 = dudy * dudy + dvdy * dvdy; local in function:sample_lambda_2d_aniso
1940 if (Px2 < Py2) {
1941 Pmax2 = Py2;
1946 Pmin2 = Py2;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c1791 GLfloat Py2 = uy * uy + vy * vy; /* squared length of dy */ local in function:sample_2d_footprint
1802 if (Px2 > Py2) {
1808 numSamples = (GLint) ceilf(sqrtf(Py2));
1929 GLfloat Py2 = dudy * dudy + dvdy * dvdy; local in function:sample_lambda_2d_aniso
1940 if (Px2 < Py2) {
1941 Pmax2 = Py2;
1946 Pmin2 = Py2;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2568 const float Py2 = dudy * dudy + dvdy * dvdy; local in function:mip_filter_linear_aniso
2575 if (Px2 < Py2) {
2576 Pmax2 = Py2;
2581 Pmin2 = Py2;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2582 const float Py2 = dudy * dudy + dvdy * dvdy; local in function:mip_filter_linear_aniso
2589 if (Px2 < Py2) {
2590 Pmax2 = Py2;
2595 Pmin2 = Py2;

Completed in 25 milliseconds