Home
last modified time | relevance | path

Searched refs:S5_COLOR_DITHER_ENABLE (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_reg.h157 #define S5_COLOR_DITHER_ENABLE (1<<1) macro
Di915_state.c815 dw |= S5_COLOR_DITHER_ENABLE; in i915Enable()
817 dw &= ~S5_COLOR_DITHER_ENABLE; in i915Enable()
936 i915->state.Ctx[I915_CTXREG_LIS5] |= S5_COLOR_DITHER_ENABLE; in i915_init_packets()
/external/mesa3d/src/gallium/drivers/i915/
Di915_reg.h414 #define S5_COLOR_DITHER_ENABLE (1<<1) macro
Di915_state.c148 cso_data->LIS5 |= S5_COLOR_DITHER_ENABLE; in i915_create_blend_state()