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.c189 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 …]
Di915_vtbl.c691 uint32_t dw = i915->state.Ctx[I915_CTXREG_LIS6]; in i915_update_color_write_enable()
696 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) { in i915_update_color_write_enable()
698 i915->state.Ctx[I915_CTXREG_LIS6] = dw; in i915_update_color_write_enable()
Di915_context.h84 #define I915_CTXREG_LIS6 5 macro