Home
last modified time | relevance | path

Searched refs:CTX_PP_FOG_COLOR (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tcl.c560 if ( ((rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] & R200_FOG_USE_MASK) in transition_to_hwtnl()
564 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_USE_MASK; in transition_to_hwtnl()
565 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= R200_FOG_USE_VTX_FOG; in transition_to_hwtnl()
Dr200_swtcl.c175 if ( (rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] & R200_FOG_USE_MASK) in r200SetVertexFormat()
178 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_USE_MASK; in r200SetVertexFormat()
179 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= R200_FOG_USE_SPEC_ALPHA; in r200SetVertexFormat()
Dr200_state.c451 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_COLOR_MASK; in r200Fogfv()
452 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= i; in r200Fogfv()
456 GLuint fog = rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR]; in r200Fogfv()
468 if ( fog != rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] ) { in r200Fogfv()
470 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = fog; in r200Fogfv()
Dr200_context.h99 #define CTX_PP_FOG_COLOR 2 macro
Dr200_state_init.c918 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = (R200_FOG_VERTEX | in r200InitState()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.h90 #define CTX_PP_FOG_COLOR 2 macro
Dradeon_state.c388 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~RADEON_FOG_COLOR_MASK; in radeonFogfv()
389 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= in radeonFogfv()
Dradeon_state_init.c675 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = (RADEON_FOG_VERTEX | in radeonInitState()