Searched refs:ENABLE_COLOR_BLEND (Results 1 – 2 of 2) sorted by relevance
239 i830->state.Ctx[I830_CTXREG_ENABLES_1] &= ~(ENABLE_COLOR_BLEND | in i830EvalLogicOpBlendState()245 i830->state.Ctx[I830_CTXREG_ENABLES_1] &= ~(ENABLE_COLOR_BLEND | in i830EvalLogicOpBlendState()247 i830->state.Ctx[I830_CTXREG_ENABLES_1] |= (ENABLE_COLOR_BLEND | in i830EvalLogicOpBlendState()251 i830->state.Ctx[I830_CTXREG_ENABLES_1] &= ~(ENABLE_COLOR_BLEND | in i830EvalLogicOpBlendState()
124 #define ENABLE_COLOR_BLEND ((1<<3)|(1<<2)) macro