Lines Matching defs:scale
1764 typed_memcpy(dest->viewport.scale, src->viewport.scale,
1895 float scale[3],
1905 scale[0] = half_width;
1907 scale[1] = half_height;
1910 scale[2] = (f - n);
1913 /* It seems that if the scale is small enough the hardware won't clip
1914 * correctly so we work around this my choosing the smallest scale that
1921 if (fabs(scale[2]) < min_abs_scale)
1922 scale[2] = min_abs_scale * (scale[2] < 0 ? -1.0f : 1.0f);
1951 state->dynamic.viewport.scale[i],
1997 float *vpscale = dynamic->viewport.scale[0];