Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tcl.c265 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()
Dradeon_state.c403 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 …]
Dradeon_context.h106 #define SET_SE_CNTL 1 macro
Dradeon_state_init.c726 rmesa->hw.set.cmd[SET_SE_CNTL] = (RADEON_FFACE_CULL_CCW | in radeonInitState()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c495 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 …]
Dr200_context.h120 #define SET_SE_CNTL 1 macro
Dr200_state_init.c984 rmesa->hw.set.cmd[SET_SE_CNTL] = (R200_FFACE_CULL_CCW | in r200InitState()