Searched refs:SRC_BLND_FACT (Results 1 – 7 of 7) sorted by relevance
295 SRC_BLND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcRGB)) in i830_set_blend_state()304 funcRGB = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()308 funcRGB = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()332 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()336 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()992 SRC_BLND_FACT(BLENDFACT_ONE) | in i830_init_packets()
335 #define SRC_BLND_FACT(x) ((x)<<6) macro
322 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro
258 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro311 lis6 |= SRC_BLND_FACT(intel_translate_blend_factor(srcRGB)); in i915UpdateBlendState()
167 imm &= ~SRC_BLND_FACT(BLENDFACT_MASK); in emit_immediate()168 imm |= SRC_BLND_FACT(srcRGB); in emit_immediate()
443 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro
168 SRC_BLND_FACT(i915_translate_blend_factor(srcRGB)) | in i915_create_blend_state()