Searched refs:WidthScale (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texture.c140 swImg->WidthScale = 1.0;
145 swImg->WidthScale = (GLfloat) texImage->Width;
H A Ds_context.h137 GLfloat WidthScale, HeightScale, DepthScale; member in struct:swrast_texture_image
H A Ds_fragprog.c124 const GLfloat texW = (GLfloat) swImg->WidthScale;
H A Ds_span.c516 texW = swImg->WidthScale;
H A Ds_texfilter.c1661 GLfloat tex_u = -0.5f + texcoord[0] * swImg->WidthScale * scaling;
1914 texW = swImg->WidthScale;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texture.c142 swImg->WidthScale = 1.0;
147 swImg->WidthScale = (GLfloat) texImage->Width;
H A Ds_context.h138 GLfloat WidthScale, HeightScale, DepthScale; member in struct:swrast_texture_image
H A Ds_fragprog.c124 const GLfloat texW = (GLfloat) swImg->WidthScale;
H A Ds_span.c516 texW = swImg->WidthScale;
H A Ds_texfilter.c1661 GLfloat tex_u = -0.5f + texcoord[0] * swImg->WidthScale * scaling;
1914 texW = swImg->WidthScale;

Completed in 23 milliseconds