Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texture.c141 swImg->HeightScale = 1.0; in _swrast_init_texture_image()
146 swImg->HeightScale = (GLfloat) texImage->Height; in _swrast_init_texture_image()
Ds_context.h137 GLfloat WidthScale, HeightScale, DepthScale; member
Ds_fragprog.c125 const GLfloat texH = (GLfloat) swImg->HeightScale; in fetch_texel_deriv()
Ds_span.c516 texH = swImg->HeightScale; in interpolate_texcoords()
Ds_texfilter.c1662 GLfloat tex_v = -0.5f + texcoord[1] * swImg->HeightScale * scaling; in sample_2d_ewa()
1915 texH = swImg->HeightScale; in sample_lambda_2d_aniso()