Searched refs:DST_BLND_FACT (Results 1 – 6 of 6) 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()
336 #define DST_BLND_FACT(x) (x) macro
321 #define DST_BLND_FACT(f) ((f)<<S6_CBUF_DST_BLEND_FACT_SHIFT) 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()
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()