Home
last modified time | relevance | path

Searched refs:SET_SE_CNTL (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tcl.c266 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()
Dradeon_state.c404 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 …]
Dradeon_context.h105 #define SET_SE_CNTL 1 macro
Dradeon_state_init.c730 rmesa->hw.set.cmd[SET_SE_CNTL] = (RADEON_FFACE_CULL_CCW | in radeonInitState()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c498 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 …]
Dr200_context.h117 #define SET_SE_CNTL 1 macro
Dr200_state_init.c988 rmesa->hw.set.cmd[SET_SE_CNTL] = (R200_FFACE_CULL_CCW | in r200InitState()