Home
last modified time | relevance | path

Searched refs:I915_CTXREG_LIS6 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_state.c187 dw = i915->state.Ctx[I915_CTXREG_LIS6]; in i915AlphaFunc()
191 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) { in i915AlphaFunc()
192 i915->state.Ctx[I915_CTXREG_LIS6] = dw; in i915AlphaFunc()
210 dw1 = i915->state.Ctx[I915_CTXREG_LIS6]; in i915EvalLogicOpBlendState()
227 dw1 != i915->state.Ctx[I915_CTXREG_LIS6]) { in i915EvalLogicOpBlendState()
229 i915->state.Ctx[I915_CTXREG_LIS6] = dw1; in i915EvalLogicOpBlendState()
292 GLuint lis6 = (i915->state.Ctx[I915_CTXREG_LIS6] & in i915UpdateBlendState()
326 if (lis6 != i915->state.Ctx[I915_CTXREG_LIS6]) { in i915UpdateBlendState()
327 i915->state.Ctx[I915_CTXREG_LIS6] = lis6; in i915UpdateBlendState()
360 dw = i915->state.Ctx[I915_CTXREG_LIS6]; in i915DepthFunc()
[all …]
Di915_vtbl.c692 uint32_t dw = i915->state.Ctx[I915_CTXREG_LIS6]; in i915_update_color_write_enable()
697 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) { in i915_update_color_write_enable()
699 i915->state.Ctx[I915_CTXREG_LIS6] = dw; in i915_update_color_write_enable()
Di915_context.h84 #define I915_CTXREG_LIS6 5 macro