Searched refs:I915_CTXREG_LIS6 (Results 1 – 3 of 3) sorted by relevance
189 dw = i915->state.Ctx[I915_CTXREG_LIS6]; in i915AlphaFunc()193 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) { in i915AlphaFunc()194 i915->state.Ctx[I915_CTXREG_LIS6] = dw; in i915AlphaFunc()212 dw1 = i915->state.Ctx[I915_CTXREG_LIS6]; in i915EvalLogicOpBlendState()229 dw1 != i915->state.Ctx[I915_CTXREG_LIS6]) { in i915EvalLogicOpBlendState()231 i915->state.Ctx[I915_CTXREG_LIS6] = dw1; in i915EvalLogicOpBlendState()294 GLuint lis6 = (i915->state.Ctx[I915_CTXREG_LIS6] & in i915UpdateBlendState()328 if (lis6 != i915->state.Ctx[I915_CTXREG_LIS6]) { in i915UpdateBlendState()329 i915->state.Ctx[I915_CTXREG_LIS6] = lis6; in i915UpdateBlendState()362 dw = i915->state.Ctx[I915_CTXREG_LIS6]; in i915DepthFunc()[all …]
686 uint32_t dw = i915->state.Ctx[I915_CTXREG_LIS6]; in i915_update_color_write_enable()691 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) { in i915_update_color_write_enable()693 i915->state.Ctx[I915_CTXREG_LIS6] = dw; in i915_update_color_write_enable()
85 #define I915_CTXREG_LIS6 6 macro