Home
last modified time | relevance | path

Searched refs:Px2 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1785 GLfloat Px2 = ux * ux + vx * vx; /* squared length of dx */ in sample_2d_footprint() local
1797 if (Px2 > Py2) { in sample_2d_footprint()
1798 numSamples = ceil(SQRTF(Px2)); in sample_2d_footprint()
1923 GLfloat Px2 = dudx * dudx + dvdx * dvdx; in sample_lambda_2d_aniso() local
1935 if (Px2 < Py2) { in sample_lambda_2d_aniso()
1937 Pmin2 = Px2; in sample_lambda_2d_aniso()
1940 Pmax2 = Px2; in sample_lambda_2d_aniso()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1839 float Px2 = dudx * dudx + dvdx * dvdx; in mip_filter_linear_aniso() local
1847 if (Px2 < Py2) { in mip_filter_linear_aniso()
1849 Pmin2 = Px2; in mip_filter_linear_aniso()
1852 Pmax2 = Px2; in mip_filter_linear_aniso()