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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c560 if ( ((rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] & R200_FOG_USE_MASK)
564 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_USE_MASK;
565 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= R200_FOG_USE_VTX_FOG;
H A Dr200_context.h98 #define CTX_PP_FOG_COLOR 2 macro
H A Dr200_swtcl.c176 if ( (rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] & R200_FOG_USE_MASK)
179 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_USE_MASK;
180 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= R200_FOG_USE_SPEC_ALPHA;
H A Dr200_state.c451 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_COLOR_MASK;
452 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= i;
456 GLuint fog = rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR];
468 if ( fog != rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] ) {
470 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = fog;
H A Dr200_state_init.c920 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = (R200_FOG_VERTEX |
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c560 if ( ((rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] & R200_FOG_USE_MASK)
564 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_USE_MASK;
565 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= R200_FOG_USE_VTX_FOG;
H A Dr200_context.h98 #define CTX_PP_FOG_COLOR 2 macro
H A Dr200_swtcl.c176 if ( (rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] & R200_FOG_USE_MASK)
179 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_USE_MASK;
180 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= R200_FOG_USE_SPEC_ALPHA;
H A Dr200_state.c451 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_COLOR_MASK;
452 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= i;
456 GLuint fog = rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR];
468 if ( fog != rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] ) {
470 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = fog;
H A Dr200_state_init.c920 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = (R200_FOG_VERTEX |
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h90 #define CTX_PP_FOG_COLOR 2 macro
H A Dradeon_state.c386 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~RADEON_FOG_COLOR_MASK;
387 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |=
H A Dradeon_state_init.c676 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = (RADEON_FOG_VERTEX |
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h90 #define CTX_PP_FOG_COLOR 2 macro
H A Dradeon_state.c385 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~RADEON_FOG_COLOR_MASK;
386 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |=
H A Dradeon_state_init.c676 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = (RADEON_FOG_VERTEX |

Completed in 30 milliseconds