HomeSort by relevance Sort by last modified time
    Searched refs:SRC_BLND_FACT (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 295 SRC_BLND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcRGB))
304 funcRGB = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
308 funcRGB = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
332 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
336 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
991 SRC_BLND_FACT(BLENDFACT_ONE) |
    [all...]
i830_reg.h 335 #define SRC_BLND_FACT(x) ((x)<<6)
i915_reg.h 322 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT)
i915_state.c 260 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT)
313 lis6 |= SRC_BLND_FACT(intel_translate_blend_factor(srcRGB));
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_emit.c 188 imm &= ~SRC_BLND_FACT(BLENDFACT_MASK);
189 imm |= SRC_BLND_FACT(srcRGB);
i915_reg.h 443 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT)
    [all...]
i915_state.c 169 SRC_BLND_FACT(i915_translate_blend_factor(srcRGB)) |
    [all...]

Completed in 185 milliseconds