Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_reg.h126 #define S4_LINE_ANTIALIAS_ENABLE (1<<0) macro
Di915_state.c855 dw |= S4_LINE_ANTIALIAS_ENABLE; in i915Enable()
857 dw &= ~S4_LINE_ANTIALIAS_ENABLE; in i915Enable()
/external/mesa3d/src/gallium/drivers/i915/
Di915_reg.h383 #define S4_LINE_ANTIALIAS_ENABLE (1<<0) macro
Di915_state.c963 cso->LIS4 |= S4_LINE_ANTIALIAS_ENABLE; in i915_create_rasterizer_state()