Searched refs:compsel (Results 1 – 1 of 1) sorted by relevance
2159 GLuint compsel = rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL]; in update_texturematrix() local2205 compsel &= ~R200_OUTPUT_TEX_MASK; in update_texturematrix()2206 compsel |= rmesa->TexMatCompSel | rmesa->TexGenCompSel; in update_texturematrix()2207 if (compsel != rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL]) { in update_texturematrix()2209 rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL] = compsel; in update_texturematrix()