OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S5_COLOR_DITHER_ENABLE
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_reg.h
185
#define
S5_COLOR_DITHER_ENABLE
(1<<1)
/external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c
828
dw |=
S5_COLOR_DITHER_ENABLE
;
830
dw &= ~
S5_COLOR_DITHER_ENABLE
;
949
i915->state.Ctx[I915_CTXREG_LIS5] |=
S5_COLOR_DITHER_ENABLE
;
[
all
...]
/external/mesa3d/src/gallium/drivers/i915/
i915_reg.h
414
#define
S5_COLOR_DITHER_ENABLE
(1<<1)
[
all
...]
i915_state.c
147
cso_data->LIS5 |=
S5_COLOR_DITHER_ENABLE
;
[
all
...]
Completed in 39 milliseconds