Searched refs:tex_u (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2279 const float tex_u = -0.5F + s[j] * texture->width0 * scaling; local
2282 const int u0 = (int) floorf(tex_u - box_u);
2283 const int u1 = (int) ceilf(tex_u + box_u);
2286 const float U = u0 - tex_u;
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c1661 GLfloat tex_u = -0.5f + texcoord[0] * swImg->WidthScale * scaling; local
1685 GLint u0 = (GLint) floorf(tex_u - box_u);
1686 GLint u1 = (GLint) ceilf (tex_u + box_u);
1694 GLfloat U = u0 - tex_u;

Completed in 141 milliseconds