Searched refs:CTX_PP_FOG_COLOR (Results 1 – 8 of 8) 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()565 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= R200_FOG_USE_VTX_FOG; in transition_to_hwtnl()
176 if ( (rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] & R200_FOG_USE_MASK) in r200SetVertexFormat()179 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_SPEC_ALPHA; in r200SetVertexFormat()
98 #define CTX_PP_FOG_COLOR 2 macro
451 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~R200_FOG_COLOR_MASK; in r200Fogfv()452 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= i; in r200Fogfv()456 GLuint fog = rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR]; in r200Fogfv()468 if ( fog != rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] ) { in r200Fogfv()470 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = fog; in r200Fogfv()
919 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = (R200_FOG_VERTEX | in r200InitState()
90 #define CTX_PP_FOG_COLOR 2 macro
387 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] &= ~RADEON_FOG_COLOR_MASK; in radeonFogfv()388 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] |= in radeonFogfv()
675 rmesa->hw.ctx.cmd[CTX_PP_FOG_COLOR] = (RADEON_FOG_VERTEX | in radeonInitState()