Home
last modified time | relevance | path

Searched refs:I830_CTXREG_ENABLES_1 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c239 i830->state.Ctx[I830_CTXREG_ENABLES_1] &= ~(ENABLE_COLOR_BLEND | in i830EvalLogicOpBlendState()
241 i830->state.Ctx[I830_CTXREG_ENABLES_1] |= (DISABLE_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()
253 i830->state.Ctx[I830_CTXREG_ENABLES_1] |= (DISABLE_COLOR_BLEND | in i830EvalLogicOpBlendState()
689 i830->state.Ctx[I830_CTXREG_ENABLES_1] &= ~ENABLE_SPEC_ADD_MASK; in update_specular()
692 i830->state.Ctx[I830_CTXREG_ENABLES_1] |= ENABLE_SPEC_ADD; in update_specular()
694 i830->state.Ctx[I830_CTXREG_ENABLES_1] |= DISABLE_SPEC_ADD; in update_specular()
772 i830->state.Ctx[I830_CTXREG_ENABLES_1] &= ~ENABLE_DIS_ALPHA_TEST_MASK; in i830Enable()
[all …]
Di830_context.h77 #define I830_CTXREG_ENABLES_1 7 macro