Home | History | Annotate | Download | only in i915

Lines Matching refs:Blend

198  * set for LogicOp, Independant Alpha Blend, and Blending.
200 * could change the LogicOp or Independant Alpha Blend without subsequent
250 if (dw != i915->state.Blend[I915_BLENDREG_BLENDCOLOR1]) {
251 i915->state.Blend[I915_BLENDREG_BLENDCOLOR1] = dw;
287 GLuint iab = (i915->state.Blend[I915_BLENDREG_IAB] &
296 GLuint eqRGB = ctx->Color.Blend[0].EquationRGB;
297 GLuint eqA = ctx->Color.Blend[0].EquationA;
298 GLuint srcRGB = ctx->Color.Blend[0].SrcRGB;
299 GLuint dstRGB = ctx->Color.Blend[0].DstRGB;
300 GLuint srcA = ctx->Color.Blend[0].SrcA;
301 GLuint dstA = ctx->Color.Blend[0].DstA;
322 if (iab != i915->state.Blend[I915_BLENDREG_IAB]) {
323 i915->state.Blend[I915_BLENDREG_IAB] = iab;
331 /* This will catch a logicop blend equation */
963 i915->state.Blend[I915_BLENDREG_IAB] =
967 i915->state.Blend[I915_BLENDREG_BLENDCOLOR0] =
969 i915->state.Blend[I915_BLENDREG_BLENDCOLOR1] = 0;