Lines Matching refs:R600BlendOp
789 static struct blendinfo R600BlendOp[] = {
842 sblend = R600BlendOp[op].blend_cntl & COLOR_SRCBLEND_mask;
843 dblend = R600BlendOp[op].blend_cntl & COLOR_DESTBLEND_mask;
848 if (PICT_FORMAT_A(dst_format) == 0 && R600BlendOp[op].dst_alpha) {
859 if (pMask && pMask->componentAlpha && R600BlendOp[op].src_alpha) {
1205 if (op >= (int) (sizeof(R600BlendOp) / sizeof(R600BlendOp[0])))
1250 if (R600BlendOp[op].src_alpha &&
1251 (R600BlendOp[op].blend_cntl & COLOR_SRCBLEND_mask) !=
1364 if (R600BlendOp[op].src_alpha)