Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_reg.h155 #define S5_STENCIL_WRITE_ENABLE (1<<3) macro
Di915_state.c874 dw |= (S5_STENCIL_TEST_ENABLE | S5_STENCIL_WRITE_ENABLE); in i915Enable()
876 dw &= ~(S5_STENCIL_TEST_ENABLE | S5_STENCIL_WRITE_ENABLE); in i915Enable()
/external/mesa3d/src/gallium/drivers/i915/
Di915_reg.h412 #define S5_STENCIL_WRITE_ENABLE (1<<3) macro
Di915_state.c485 S5_STENCIL_WRITE_ENABLE | in i915_create_depth_stencil_state()