Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_reg.h194 #define S6_DEPTH_TEST_ENABLE (1<<19) macro
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_state.c844 dw |= S6_DEPTH_TEST_ENABLE; in i915Enable()
846 dw &= ~S6_DEPTH_TEST_ENABLE; in i915Enable()
/external/mesa3d/src/gallium/drivers/i915/
Di915_reg.h423 #define S6_DEPTH_TEST_ENABLE (1<<19) macro
Di915_state.c508 cso->depth_LIS6 |= (S6_DEPTH_TEST_ENABLE | in i915_create_depth_stencil_state()