Lines Matching defs:sblend
423 uint32_t sblend, dblend;
428 sblend = gen2_blend_op[op].src_blend;
436 if (sblend == BLENDFACTOR_DST_ALPHA)
437 sblend = BLENDFACTOR_ONE;
438 else if (sblend == BLENDFACTOR_INV_DST_ALPHA)
439 sblend = BLENDFACTOR_ZERO;
448 if (sblend == BLENDFACTOR_DST_ALPHA)
449 sblend = BLENDFACTOR_DST_COLR;
450 else if (sblend == BLENDFACTOR_INV_DST_ALPHA)
451 sblend = BLENDFACTOR_INV_DST_COLR;
466 return (sblend << S8_SRC_BLEND_FACTOR_SHIFT |