Searched refs:_CosCutoff (Results 1 – 8 of 8) sorted by relevance
186 lu->_CosCutoff = (cosf(lu->SpotCutoff * M_PI / 180.0)); in _mesa_light()187 if (lu->_CosCutoff < 0) in _mesa_light()188 lu->_CosCutoff = 0; in _mesa_light()1100 if (PV_dot_dir > lu->_CosCutoff) { in compute_light_positions()1225 lu->_CosCutoff = 0.0; /* KW: -ve values not admitted */ in init_light()
193 if (PV_dot_dir<lu->_CosCutoff) { in shade_rastpos()
570 GLfloat _CosCutoff; /**< = MAX(0, cos(SpotCutoff)) */ member
149 if (PV_dot_dir<lu->_CosCutoff) { in TAG()329 if (PV_dot_dir<lu->_CosCutoff) { in TAG()
260 float cutoff = MAX2(a3, 1 / (1 - lu->_CosCutoff)); in nv10_get_spot_coeff()
645 value[3] = ctx->Light.LightSource[ln]._CosCutoff; in fetch_state()
968 fcmd[LIT_SPOT_CUTOFF] = lu->_CosCutoff; in radeonLightfv()
1185 fcmd[LIT_SPOT_CUTOFF] = lu->_CosCutoff; in r200Lightfv()