Searched refs:SRC_BLND_FACT (Results 1 – 6 of 6) 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()
322 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro
335 #define SRC_BLND_FACT(x) ((x)<<6) 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()
106 lis6 &= ~SRC_BLND_FACT(BLENDFACT_MASK); in i915_remap_lis6_blend_dst_alpha()111 lis6 |= SRC_BLND_FACT(src); in i915_remap_lis6_blend_dst_alpha()128 iab &= ~SRC_BLND_FACT(BLENDFACT_MASK); in i915_remap_iab_blend_dst_alpha()211 SRC_BLND_FACT(i915_translate_blend_factor(srcRGB)) | in i915_create_blend_state()
419 #define SRC_BLND_FACT(f) ((f) << S6_CBUF_SRC_BLEND_FACT_SHIFT) macro