Searched refs:tgcm (Results 1 – 1 of 1) sorted by relevance
1091 GLuint tgi, tgcm; in r200_validate_texgen() local1111 tgcm = rmesa->hw.tcg.cmd[TCG_TEX_PROC_CTL_2] & ~(R200_TEXGEN_COMP_MASK << in r200_validate_texgen()1120 tgcm |= R200_TEXGEN_COMP_S << (unit * 4); in r200_validate_texgen()1127 tgcm |= R200_TEXGEN_COMP_T << (unit * 4); in r200_validate_texgen()1133 tgcm |= R200_TEXGEN_COMP_R << (unit * 4); in r200_validate_texgen()1140 tgcm |= R200_TEXGEN_COMP_Q << (unit * 4); in r200_validate_texgen()1176 tgcm &= ~(R200_TEXGEN_COMP_R << (unit * 4)); in r200_validate_texgen()1179 tgcm &= ~(R200_TEXGEN_COMP_Q << (unit * 4)); in r200_validate_texgen()1204 tgcm &= ~(R200_TEXGEN_COMP_R << (unit * 4)); in r200_validate_texgen()1207 tgcm &= ~(R200_TEXGEN_COMP_Q << (unit * 4)); in r200_validate_texgen()[all …]