Lines Matching refs:sblend
95 uint32_t sblend, dblend;
97 sblend = i915_blend_op[op].src_blend;
104 if (sblend == BLENDFACT_DST_ALPHA)
105 sblend = BLENDFACT_ONE;
106 else if (sblend == BLENDFACT_INV_DST_ALPHA)
107 sblend = BLENDFACT_ZERO;
115 if (sblend == BLENDFACT_DST_ALPHA)
116 sblend = BLENDFACT_DST_COLR;
117 else if (sblend == BLENDFACT_INV_DST_ALPHA)
118 sblend = BLENDFACT_INV_DST_COLR;
135 return (sblend << S6_CBUF_SRC_BLEND_FACT_SHIFT) |