Searched refs:compsel (Results 1 – 1 of 1) sorted by relevance
2104 GLuint compsel = rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL]; in update_texturematrix() local2150 compsel &= ~R200_OUTPUT_TEX_MASK; in update_texturematrix()2151 compsel |= rmesa->TexMatCompSel | rmesa->TexGenCompSel; in update_texturematrix()2152 if (compsel != rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL]) { in update_texturematrix()2154 rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL] = compsel; in update_texturematrix()