Searched refs:atten_const_flag (Results 1 – 2 of 2) sorted by relevance
1011 GLuint atten_const_flag = ( p&1 ) ? RADEON_LIGHT_1_CONSTANT_RANGE_ATTEN in radeonLightfv() local1022 icmd[idx] |= ( atten_flag | atten_const_flag ); in radeonLightfv()1025 icmd[idx] &= ~atten_const_flag; in radeonLightfv()
1225 GLuint atten_const_flag = ( p&1 ) ? R200_LIGHT_1_CONSTANT_RANGE_ATTEN in r200Lightfv() local1236 icmd[idx] |= ( atten_flag | atten_const_flag ); in r200Lightfv()1239 icmd[idx] &= ~atten_const_flag; in r200Lightfv()