Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1790 GLfloat Px2 = ux * ux + vx * vx; /* squared length of dx */ in sample_2d_footprint() local
1928 GLfloat Px2 = dudx * dudx + dvdx * dvdx; in sample_lambda_2d_aniso() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2429 const float Px2 = dudx * dudx + dvdx * dvdx; in mip_filter_linear_aniso() local