Searched refs:DST_BLND_FACT (Results 1 – 8 of 8) sorted by relevance
296 | DST_BLND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].DstRGB)); 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()993 DST_BLND_FACT(BLENDFACT_ZERO)); in i830_init_packets()
321 #define DST_BLND_FACT(f) ((f)<<S6_CBUF_DST_BLEND_FACT_SHIFT) macro
336 #define DST_BLND_FACT(x) (x) macro
259 #define DST_BLND_FACT(f) ((f)<<S6_CBUF_DST_BLEND_FACT_SHIFT) macro314 lis6 |= DST_BLND_FACT(intel_translate_blend_factor(dstRGB)); in i915UpdateBlendState()
114 ENABLE_DST_BLND_FACTOR | DST_BLND_FACT(BLENDFACTOR_ZERO)); in gen2_emit_invariant()
454 #define DST_BLND_FACT(x) (x) macro
442 #define DST_BLND_FACT(f) ((f)<<S6_CBUF_DST_BLEND_FACT_SHIFT) macro
170 DST_BLND_FACT(i915_translate_blend_factor(dstRGB)) | in i915_create_blend_state()