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()991 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
260 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro313 lis6 |= SRC_BLND_FACT(intel_translate_blend_factor(srcRGB)); in i915UpdateBlendState()
188 imm &= ~SRC_BLND_FACT(BLENDFACT_MASK); in emit_immediate_s6()189 imm |= SRC_BLND_FACT(srcRGB); in emit_immediate_s6()
443 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro
169 SRC_BLND_FACT(i915_translate_blend_factor(srcRGB)) | in i915_create_blend_state()