HomeSort by relevance Sort by last modified time
    Searched refs:R200_FOG_USE_MASK (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 561 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;
r200_swtcl.c 177 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;
r200_reg.h 60 #define R200_FOG_USE_MASK (7 << 25)
    [all...]
r200_state.c 455 fog &= ~R200_FOG_USE_MASK;
    [all...]

Completed in 317 milliseconds