Searched refs:LIGHT_SPOT (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dmatypes.h140 #define LIGHT_SPOT 0x1 macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c160 if (l->_Flags & LIGHT_SPOT)
305 if (l->_Flags & LIGHT_SPOT) {
H A Dnv20_state_tnl.c221 if (l->_Flags & LIGHT_SPOT) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c160 if (l->_Flags & LIGHT_SPOT)
306 if (l->_Flags & LIGHT_SPOT) {
H A Dnv20_state_tnl.c222 if (l->_Flags & LIGHT_SPOT) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
H A Dgen_matypes.c237 DEFINE( "LIGHT_SPOT ", LIGHT_SPOT );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_lighttmp.h145 if (light->_Flags & LIGHT_SPOT) {
324 if (light->_Flags & LIGHT_SPOT) {
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_lighttmp.h146 if (light->_Flags & LIGHT_SPOT) {
326 if (light->_Flags & LIGHT_SPOT) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dlight.c163 light->_Flags |= LIGHT_SPOT;
165 light->_Flags &= ~LIGHT_SPOT;
897 ((flags & (LIGHT_POSITIONAL|LIGHT_SPOT)) ||
995 if (light->_Flags & LIGHT_SPOT) {
H A Drastpos.c186 if (light->_Flags & LIGHT_SPOT) {
H A Dmtypes.h292 #define LIGHT_SPOT 0x1 macro
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dlight.c192 light->_Flags |= LIGHT_SPOT;
194 light->_Flags &= ~LIGHT_SPOT;
972 ((flags & (LIGHT_POSITIONAL|LIGHT_SPOT)) ||
1078 if (light->_Flags & LIGHT_SPOT) {
H A Drastpos.c190 if (light->_Flags & LIGHT_SPOT) {
H A Dmtypes.h255 #define LIGHT_SPOT 0x1 macro

Completed in 33 milliseconds