Searched refs:atten_const_flag (Results 1 – 2 of 2) sorted by relevance
1007 GLuint atten_const_flag = ( p&1 ) ? RADEON_LIGHT_1_CONSTANT_RANGE_ATTEN in radeonLightfv() local1018 icmd[idx] |= ( atten_flag | atten_const_flag ); in radeonLightfv()1021 icmd[idx] &= ~atten_const_flag; in radeonLightfv()
1222 GLuint atten_const_flag = ( p&1 ) ? R200_LIGHT_1_CONSTANT_RANGE_ATTEN in r200Lightfv() local1233 icmd[idx] |= ( atten_flag | atten_const_flag ); in r200Lightfv()1236 icmd[idx] &= ~atten_const_flag; in r200Lightfv()