Searched refs:R200_FOG_USE_MASK (Results 1 – 4 of 4) sorted by relevance
560 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()
175 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()
60 #define R200_FOG_USE_MASK (7 << 25) macro
458 fog &= ~R200_FOG_USE_MASK; in r200Fogfv()