Home
last modified time | relevance | path

Searched refs:LIT_ATTEN_CONST (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.h243 #define LIT_ATTEN_CONST 23 macro
Dradeon_state.c981 fcmd[LIT_ATTEN_CONST] = params[0]; in radeonLightfv()
1014 ( ( fcmd[LIT_ATTEN_CONST] == 0.0 || fcmd[LIT_ATTEN_CONST] == 1.0 ) && in radeonLightfv()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.h383 #define LIT_ATTEN_CONST 23 macro
Dr200_state.c1197 fcmd[LIT_ATTEN_CONST] = params[0]; in r200Lightfv()
1229 ( ( fcmd[LIT_ATTEN_CONST] == 0.0 || fcmd[LIT_ATTEN_CONST] == 1.0 ) && in r200Lightfv()