Home
last modified time | relevance | path

Searched refs:I915_CTXREG_LIS5 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_state.c115 set_ctx_bits(I915_CTXREG_LIS5, in i915_update_stencil()
211 dw0 = i915->state.Ctx[I915_CTXREG_LIS5]; in i915EvalLogicOpBlendState()
228 if (dw0 != i915->state.Ctx[I915_CTXREG_LIS5] || in i915EvalLogicOpBlendState()
230 i915->state.Ctx[I915_CTXREG_LIS5] = dw0; in i915EvalLogicOpBlendState()
695 GLuint tmp = i915->state.Ctx[I915_CTXREG_LIS5] & ~S5_WRITEDISABLE_MASK; in i915ColorMask()
709 if (tmp != i915->state.Ctx[I915_CTXREG_LIS5]) { in i915ColorMask()
711 i915->state.Ctx[I915_CTXREG_LIS5] = tmp; in i915ColorMask()
813 dw = i915->state.Ctx[I915_CTXREG_LIS5]; in i915Enable()
818 if (dw != i915->state.Ctx[I915_CTXREG_LIS5]) { in i915Enable()
819 i915->state.Ctx[I915_CTXREG_LIS5] = dw; in i915Enable()
[all …]
Di915_context.h84 #define I915_CTXREG_LIS5 5 macro