Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_state.c289 GLuint iab = (i915->state.Blend[I915_BLENDREG_IAB] & in i915UpdateBlendState()
324 if (iab != i915->state.Blend[I915_BLENDREG_IAB]) { in i915UpdateBlendState()
325 i915->state.Blend[I915_BLENDREG_IAB] = iab; in i915UpdateBlendState()
951 i915->state.Blend[I915_BLENDREG_IAB] = in i915_init_packets()
Di915_context.h90 #define I915_BLENDREG_IAB 0 macro