Searched refs:tgcm (Results 1 – 1 of 1) sorted by relevance
1185 GLuint tgi, tgcm; in r200_validate_texgen() local1205 tgcm = rmesa->hw.tcg.cmd[TCG_TEX_PROC_CTL_2] & ~(R200_TEXGEN_COMP_MASK << in r200_validate_texgen()1214 tgcm |= R200_TEXGEN_COMP_S << (unit * 4); in r200_validate_texgen()1221 tgcm |= R200_TEXGEN_COMP_T << (unit * 4); in r200_validate_texgen()1227 tgcm |= R200_TEXGEN_COMP_R << (unit * 4); in r200_validate_texgen()1234 tgcm |= R200_TEXGEN_COMP_Q << (unit * 4); in r200_validate_texgen()1270 tgcm &= ~(R200_TEXGEN_COMP_R << (unit * 4)); in r200_validate_texgen()1273 tgcm &= ~(R200_TEXGEN_COMP_Q << (unit * 4)); in r200_validate_texgen()1298 tgcm &= ~(R200_TEXGEN_COMP_R << (unit * 4)); in r200_validate_texgen()1301 tgcm &= ~(R200_TEXGEN_COMP_Q << (unit * 4)); in r200_validate_texgen()[all …]