Searched refs:SET_SE_CNTL (Results 1 – 7 of 7) sorted by relevance
265 se_cntl = rmesa->hw.set.cmd[SET_SE_CNTL]; in radeonTclPrimitive()273 if (se_cntl != rmesa->hw.set.cmd[SET_SE_CNTL]) { in radeonTclPrimitive()275 rmesa->hw.set.cmd[SET_SE_CNTL] = se_cntl; in radeonTclPrimitive()471 se_cntl = rmesa->hw.set.cmd[SET_SE_CNTL]; in transition_to_swtnl()474 if (se_cntl != rmesa->hw.set.cmd[SET_SE_CNTL]) { in transition_to_swtnl()476 rmesa->hw.set.cmd[SET_SE_CNTL] = se_cntl; in transition_to_swtnl()
403 GLuint s = rmesa->hw.set.cmd[SET_SE_CNTL]; in radeonCullFace()426 if ( rmesa->hw.set.cmd[SET_SE_CNTL] != s ) { in radeonCullFace()428 rmesa->hw.set.cmd[SET_SE_CNTL] = s; in radeonCullFace()443 rmesa->hw.set.cmd[SET_SE_CNTL] &= ~RADEON_FFACE_CULL_DIR_MASK; in radeonFrontFace()451 rmesa->hw.set.cmd[SET_SE_CNTL] |= cull_face; in radeonFrontFace()472 rmesa->hw.set.cmd[SET_SE_CNTL] |= RADEON_WIDELINE_ENABLE; in radeonLineWidth()474 rmesa->hw.set.cmd[SET_SE_CNTL] &= ~RADEON_WIDELINE_ENABLE; in radeonLineWidth()1082 GLuint s = rmesa->hw.set.cmd[SET_SE_CNTL]; in radeonShadeModel()1106 if ( rmesa->hw.set.cmd[SET_SE_CNTL] != s ) { in radeonShadeModel()1108 rmesa->hw.set.cmd[SET_SE_CNTL] = s; in radeonShadeModel()[all …]
106 #define SET_SE_CNTL 1 macro
726 rmesa->hw.set.cmd[SET_SE_CNTL] = (RADEON_FFACE_CULL_CCW | in radeonInitState()
495 GLuint s = rmesa->hw.set.cmd[SET_SE_CNTL]; in r200CullFace()518 if ( rmesa->hw.set.cmd[SET_SE_CNTL] != s ) { in r200CullFace()520 rmesa->hw.set.cmd[SET_SE_CNTL] = s; in r200CullFace()535 rmesa->hw.set.cmd[SET_SE_CNTL] &= ~R200_FFACE_CULL_DIR_MASK; in r200FrontFace()543 rmesa->hw.set.cmd[SET_SE_CNTL] |= cull_face; in r200FrontFace()656 rmesa->hw.set.cmd[SET_SE_CNTL] |= R200_WIDELINE_ENABLE; in r200LineWidth()658 rmesa->hw.set.cmd[SET_SE_CNTL] &= ~R200_WIDELINE_ENABLE; in r200LineWidth()1307 GLuint s = rmesa->hw.set.cmd[SET_SE_CNTL]; in r200ShadeModel()1334 if ( rmesa->hw.set.cmd[SET_SE_CNTL] != s ) { in r200ShadeModel()1336 rmesa->hw.set.cmd[SET_SE_CNTL] = s; in r200ShadeModel()[all …]
120 #define SET_SE_CNTL 1 macro
984 rmesa->hw.set.cmd[SET_SE_CNTL] = (R200_FFACE_CULL_CCW | in r200InitState()