Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1791 GLfloat Py2 = uy * uy + vy * vy; /* squared length of dy */ in sample_2d_footprint() local
1929 GLfloat Py2 = dudy * dudy + dvdy * dvdy; in sample_lambda_2d_aniso() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2430 const float Py2 = dudy * dudy + dvdy * dvdy; in mip_filter_linear_aniso() local