Home
last modified time | relevance | path

Searched defs:alphaStep (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_alpha.c134 const GLfixed alphaStep = span->alphaStep; in _swrast_alpha_test() local
141 const GLfixed alphaStep = span->alphaStep; in _swrast_alpha_test() local
148 const GLfloat alphaStep = FixedToFloat(span->alphaStep); in _swrast_alpha_test() local
Ds_span.h148 GLfixed alpha, alphaStep; member