Searched refs:tgcm (Results 1 – 1 of 1) sorted by relevance
1090 GLuint tgi, tgcm; in r200_validate_texgen() local1110 tgcm = rmesa->hw.tcg.cmd[TCG_TEX_PROC_CTL_2] & ~(R200_TEXGEN_COMP_MASK << in r200_validate_texgen()1119 tgcm |= R200_TEXGEN_COMP_S << (unit * 4); in r200_validate_texgen()1126 tgcm |= R200_TEXGEN_COMP_T << (unit * 4); in r200_validate_texgen()1132 tgcm |= R200_TEXGEN_COMP_R << (unit * 4); in r200_validate_texgen()1139 tgcm |= R200_TEXGEN_COMP_Q << (unit * 4); in r200_validate_texgen()1175 tgcm &= ~(R200_TEXGEN_COMP_R << (unit * 4)); in r200_validate_texgen()1178 tgcm &= ~(R200_TEXGEN_COMP_Q << (unit * 4)); in r200_validate_texgen()1203 tgcm &= ~(R200_TEXGEN_COMP_R << (unit * 4)); in r200_validate_texgen()1206 tgcm &= ~(R200_TEXGEN_COMP_Q << (unit * 4)); in r200_validate_texgen()[all …]