Home
last modified time | relevance | path

Searched refs:WidthScale (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texture.c122 swImg->WidthScale = 1.0; in _swrast_init_texture_image()
127 swImg->WidthScale = (GLfloat) texImage->Width; in _swrast_init_texture_image()
Ds_context.h137 GLfloat WidthScale, HeightScale, DepthScale; member
Ds_fragprog.c124 const GLfloat texW = (GLfloat) swImg->WidthScale; in fetch_texel_deriv()
Ds_span.c512 texW = swImg->WidthScale; in interpolate_texcoords()
Ds_texfilter.c1656 GLfloat tex_u=-0.5 + texcoord[0] * swImg->WidthScale * scaling; in sample_2d_ewa()
1909 texW = swImg->WidthScale; in sample_lambda_2d_aniso()