Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texture.c142 swImg->WidthScale = 1.0; in _swrast_init_texture_image()
147 swImg->WidthScale = (GLfloat) texImage->Width; in _swrast_init_texture_image()
Ds_fragprog.c124 const GLfloat texW = (GLfloat) swImg->WidthScale; in fetch_texel_deriv()
Ds_context.h138 GLfloat WidthScale, HeightScale, DepthScale; member
Ds_span.c516 texW = swImg->WidthScale; in interpolate_texcoords()
Ds_texfilter.c1661 GLfloat tex_u = -0.5f + texcoord[0] * swImg->WidthScale * scaling; in sample_2d_ewa()
1914 texW = swImg->WidthScale; in sample_lambda_2d_aniso()