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()
407 GLuint s = rmesa->hw.set.cmd[SET_SE_CNTL]; in radeonCullFace()430 if ( rmesa->hw.set.cmd[SET_SE_CNTL] != s ) { in radeonCullFace()432 rmesa->hw.set.cmd[SET_SE_CNTL] = s; in radeonCullFace()447 rmesa->hw.set.cmd[SET_SE_CNTL] &= ~RADEON_FFACE_CULL_DIR_MASK; in radeonFrontFace()455 rmesa->hw.set.cmd[SET_SE_CNTL] |= cull_face; in radeonFrontFace()476 rmesa->hw.set.cmd[SET_SE_CNTL] |= RADEON_WIDELINE_ENABLE; in radeonLineWidth()478 rmesa->hw.set.cmd[SET_SE_CNTL] &= ~RADEON_WIDELINE_ENABLE; in radeonLineWidth()1086 GLuint s = rmesa->hw.set.cmd[SET_SE_CNTL]; in radeonShadeModel()1110 if ( rmesa->hw.set.cmd[SET_SE_CNTL] != s ) { in radeonShadeModel()1112 rmesa->hw.set.cmd[SET_SE_CNTL] = s; in radeonShadeModel()[all …]
105 #define SET_SE_CNTL 1 macro
729 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()659 rmesa->hw.set.cmd[SET_SE_CNTL] |= R200_WIDELINE_ENABLE; in r200LineWidth()661 rmesa->hw.set.cmd[SET_SE_CNTL] &= ~R200_WIDELINE_ENABLE; in r200LineWidth()1310 GLuint s = rmesa->hw.set.cmd[SET_SE_CNTL]; in r200ShadeModel()1337 if ( rmesa->hw.set.cmd[SET_SE_CNTL] != s ) { in r200ShadeModel()1339 rmesa->hw.set.cmd[SET_SE_CNTL] = s; in r200ShadeModel()[all …]
118 #define SET_SE_CNTL 1 macro
986 rmesa->hw.set.cmd[SET_SE_CNTL] = (R200_FFACE_CULL_CCW | in r200InitState()