Searched refs:fogVal (Results 1 – 1 of 1) sorted by relevance
124 GLfloat fogVal; /* a coord or a blend factor */ in _swrast_span_default_attribs() local127 fogVal = ctx->Current.RasterDistance; in _swrast_span_default_attribs()131 fogVal = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance); in _swrast_span_default_attribs()133 span->attrStart[VARYING_SLOT_FOGC][0] = fogVal; in _swrast_span_default_attribs()