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.c561 if ( ((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_MASK; in transition_to_hwtnl()
566 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= R200_FOG_USE_VTX_FOG; in transition_to_hwtnl()
Dr200_swtcl.c177 if ( (rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] & R200_FOG_USE_MASK) in r200SetVertexFormat()
180 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_USE_MASK; in r200SetVertexFormat()
181 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= R200_FOG_USE_SPEC_ALPHA; in r200SetVertexFormat()
Dr200_context.h100 #define CTX_PP_FOG_COLOR 2 macro
Dr200_state.c448 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_COLOR_MASK; in r200Fogfv()
449 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= i; in r200Fogfv()
453 GLuint fog = rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR]; in r200Fogfv()
465 if ( fog != rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] ) { in r200Fogfv()
467 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = fog; in r200Fogfv()
Dr200_state_init.c916 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = (R200_FOG_VERTEX | in r200InitState()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.h91 #define CTX_PP_FOG_COLOR 2 macro
Dradeon_state.c384 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~RADEON_FOG_COLOR_MASK; in radeonFogfv()
385 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= in radeonFogfv()
Dradeon_state_init.c672 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = (RADEON_FOG_VERTEX | in radeonInitState()