Searched refs:CTX_PP_FOG_COLOR (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c561 if ( ((rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] & R200_FOG_USE_MASK)
565 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_USE_MASK;
566 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= R200_FOG_USE_VTX_FOG;
H A Dr200_context.h100 #define CTX_PP_FOG_COLOR 2 macro
H A Dr200_swtcl.c177 if ( (rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] & R200_FOG_USE_MASK)
180 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_USE_MASK;
181 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= R200_FOG_USE_SPEC_ALPHA;
H A Dr200_state.c448 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_COLOR_MASK;
449 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= i;
453 GLuint fog = rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR];
465 if ( fog != rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] ) {
467 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = fog;
H A Dr200_state_init.c916 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = (R200_FOG_VERTEX |
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c561 if ( ((rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] & R200_FOG_USE_MASK)
565 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_USE_MASK;
566 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= R200_FOG_USE_VTX_FOG;
H A Dr200_context.h100 #define CTX_PP_FOG_COLOR 2 macro
H A Dr200_swtcl.c177 if ( (rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] & R200_FOG_USE_MASK)
180 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_USE_MASK;
181 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= R200_FOG_USE_SPEC_ALPHA;
H A Dr200_state.c448 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_COLOR_MASK;
449 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= i;
453 GLuint fog = rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR];
465 if ( fog != rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] ) {
467 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = fog;
H A Dr200_state_init.c916 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = (R200_FOG_VERTEX |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h91 #define CTX_PP_FOG_COLOR 2 macro
H A Dradeon_state.c384 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~RADEON_FOG_COLOR_MASK;
385 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |=
H A Dradeon_state_init.c672 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = (RADEON_FOG_VERTEX |
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h91 #define CTX_PP_FOG_COLOR 2 macro
H A Dradeon_state.c384 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~RADEON_FOG_COLOR_MASK;
385 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |=
H A Dradeon_state_init.c672 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = (RADEON_FOG_VERTEX |

Completed in 122 milliseconds