Lines Matching refs:R600BlendOp
695 static struct blendinfo R600BlendOp[] = {
750 sblend = R600BlendOp[op].blend_cntl & COLOR_SRCBLEND_mask;
751 dblend = R600BlendOp[op].blend_cntl & COLOR_DESTBLEND_mask;
756 if (PICT_FORMAT_A(dst_format) == 0 && R600BlendOp[op].dst_alpha) {
767 if (pMask && pMask->componentAlpha && R600BlendOp[op].src_alpha) {
1124 if (op >= (int) (sizeof(R600BlendOp) / sizeof(R600BlendOp[0])))
1173 if (R600BlendOp[op].src_alpha &&
1174 (R600BlendOp[op].blend_cntl & COLOR_SRCBLEND_mask) !=
1384 if (R600BlendOp[op].src_alpha)