Searched refs:SET_SE_CNTL (Results 1 – 7 of 7) sorted by relevance
266 se_cntl = rmesa->hw.set.cmd[SET_SE_CNTL]; in radeonTclPrimitive()274 if (se_cntl != rmesa->hw.set.cmd[SET_SE_CNTL]) { in radeonTclPrimitive()276 rmesa->hw.set.cmd[SET_SE_CNTL] = se_cntl; in radeonTclPrimitive()472 se_cntl = rmesa->hw.set.cmd[SET_SE_CNTL]; in transition_to_swtnl()475 if (se_cntl != rmesa->hw.set.cmd[SET_SE_CNTL]) { in transition_to_swtnl()477 rmesa->hw.set.cmd[SET_SE_CNTL] = se_cntl; in transition_to_swtnl()
404 GLuint s = rmesa->hw.set.cmd[SET_SE_CNTL]; in radeonCullFace()427 if ( rmesa->hw.set.cmd[SET_SE_CNTL] != s ) { in radeonCullFace()429 rmesa->hw.set.cmd[SET_SE_CNTL] = s; in radeonCullFace()444 rmesa->hw.set.cmd[SET_SE_CNTL] &= ~RADEON_FFACE_CULL_DIR_MASK; in radeonFrontFace()452 rmesa->hw.set.cmd[SET_SE_CNTL] |= cull_face; in radeonFrontFace()473 rmesa->hw.set.cmd[SET_SE_CNTL] |= RADEON_WIDELINE_ENABLE; in radeonLineWidth()475 rmesa->hw.set.cmd[SET_SE_CNTL] &= ~RADEON_WIDELINE_ENABLE; in radeonLineWidth()1085 GLuint s = rmesa->hw.set.cmd[SET_SE_CNTL]; in radeonShadeModel()1109 if ( rmesa->hw.set.cmd[SET_SE_CNTL] != s ) { in radeonShadeModel()1111 rmesa->hw.set.cmd[SET_SE_CNTL] = s; in radeonShadeModel()[all …]
105 #define SET_SE_CNTL 1 macro
730 rmesa->hw.set.cmd[SET_SE_CNTL] = (RADEON_FFACE_CULL_CCW | in radeonInitState()
498 GLuint s = rmesa->hw.set.cmd[SET_SE_CNTL]; in r200CullFace()521 if ( rmesa->hw.set.cmd[SET_SE_CNTL] != s ) { in r200CullFace()523 rmesa->hw.set.cmd[SET_SE_CNTL] = s; in r200CullFace()538 rmesa->hw.set.cmd[SET_SE_CNTL] &= ~R200_FFACE_CULL_DIR_MASK; in r200FrontFace()546 rmesa->hw.set.cmd[SET_SE_CNTL] |= cull_face; in r200FrontFace()658 rmesa->hw.set.cmd[SET_SE_CNTL] |= R200_WIDELINE_ENABLE; in r200LineWidth()660 rmesa->hw.set.cmd[SET_SE_CNTL] &= ~R200_WIDELINE_ENABLE; in r200LineWidth()1311 GLuint s = rmesa->hw.set.cmd[SET_SE_CNTL]; in r200ShadeModel()1338 if ( rmesa->hw.set.cmd[SET_SE_CNTL] != s ) { in r200ShadeModel()1340 rmesa->hw.set.cmd[SET_SE_CNTL] = s; in r200ShadeModel()[all …]
117 #define SET_SE_CNTL 1 macro
988 rmesa->hw.set.cmd[SET_SE_CNTL] = (R200_FFACE_CULL_CCW | in r200InitState()