Searched refs:R600BlendOp (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dr600_exa.c789 static struct blendinfo R600BlendOp[] = { variable in typeref:struct:blendinfo[]
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[o
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dr600_exa.c695 static struct blendinfo R600BlendOp[] = { variable in typeref:struct:blendinfo[]
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[o
[all...]

Completed in 6 milliseconds