Searched refs:wInv (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dlight.c989 GLfloat wInv = 1.0F / light->_Position[3]; local in function:compute_light_positions
990 light->_Position[0] *= wInv;
991 light->_Position[1] *= wInv;
992 light->_Position[2] *= wInv;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dlight.c1072 GLfloat wInv = 1.0F / light->_Position[3]; local in function:compute_light_positions
1073 light->_Position[0] *= wInv;
1074 light->_Position[1] *= wInv;
1075 light->_Position[2] *= wInv;

Completed in 4 milliseconds