Searched refs:PV_dot_dir (Results 1 – 3 of 3) sorted by relevance
146 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection); in TAG() local148 if (PV_dot_dir<light->_CosCutoff) { in TAG()152 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in TAG()325 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection); in TAG() local327 if (PV_dot_dir<light->_CosCutoff) { in TAG()331 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in TAG()
187 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection); in shade_rastpos() local189 if (PV_dot_dir<light->_CosCutoff) { in shade_rastpos()193 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in shade_rastpos()
1013 GLfloat PV_dot_dir = - DOT3(light->_VP_inf_norm, in compute_light_positions() local1016 if (PV_dot_dir > light->_CosCutoff) { in compute_light_positions()1018 powf(PV_dot_dir, light->SpotExponent); in compute_light_positions()