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