Searched refs:compsel (Results 1 – 1 of 1) sorted by relevance
2083 GLuint compsel = rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL]; in update_texturematrix() local2129 compsel &= ~R200_OUTPUT_TEX_MASK; in update_texturematrix()2130 compsel |= rmesa->TexMatCompSel | rmesa->TexGenCompSel; in update_texturematrix()2131 if (compsel != rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL]) { in update_texturematrix()2133 rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL] = compsel; in update_texturematrix()