Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_reg.h170 #define S6_DEPTH_TEST_ENABLE (1<<19) macro
Di915_state.c831 dw |= S6_DEPTH_TEST_ENABLE; in i915Enable()
833 dw &= ~S6_DEPTH_TEST_ENABLE; in i915Enable()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_reg.h401 #define S6_DEPTH_TEST_ENABLE (1 << 19) macro
Di915_state.c483 (S6_DEPTH_TEST_ENABLE | (func << S6_DEPTH_TEST_FUNC_SHIFT)); in i915_create_depth_stencil_state()