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

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

Completed in 438 milliseconds