Lines Matching defs:sblend
426 uint32_t sblend, dblend;
431 sblend = gen2_blend_op[op].src_blend;
439 if (sblend == BLENDFACTOR_DST_ALPHA)
440 sblend = BLENDFACTOR_ONE;
441 else if (sblend == BLENDFACTOR_INV_DST_ALPHA)
442 sblend = BLENDFACTOR_ZERO;
451 if (sblend == BLENDFACTOR_DST_ALPHA)
452 sblend = BLENDFACTOR_DST_COLR;
453 else if (sblend == BLENDFACTOR_INV_DST_ALPHA)
454 sblend = BLENDFACTOR_INV_DST_COLR;
469 return (sblend << S8_SRC_BLEND_FACTOR_SHIFT |