HomeSort by relevance Sort by last modified time
    Searched refs:S4_LINE_ANTIALIAS_ENABLE (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_reg.h 154 #define S4_LINE_ANTIALIAS_ENABLE (1<<0)
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 868 dw |= S4_LINE_ANTIALIAS_ENABLE;
870 dw &= ~S4_LINE_ANTIALIAS_ENABLE;
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_reg.h 383 #define S4_LINE_ANTIALIAS_ENABLE (1<<0)
    [all...]
i915_state.c 929 cso->LIS4 |= S4_LINE_ANTIALIAS_ENABLE;
    [all...]

Completed in 447 milliseconds