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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Devergreen_exa.c635 static struct blendinfo EVERGREENBlendOp[] = { variable in typeref:struct:blendinfo[]
688 sblend = EVERGREENBlendOp[op].blend_cntl & COLOR_SRCBLEND_mask;
689 dblend = EVERGREENBlendOp[op].blend_cntl & COLOR_DESTBLEND_mask;
694 if (PICT_FORMAT_A(dst_format) == 0 && EVERGREENBlendOp[op].dst_alpha) {
705 if (pMask && pMask->componentAlpha && EVERGREENBlendOp[op].src_alpha) {
1063 if (op >= (int) (sizeof(EVERGREENBlendOp) / sizeof(EVERGREENBlendOp[0])))
1108 if (EVERGREENBlendOp[op].src_alpha &&
1109 (EVERGREENBlendOp[op].blend_cntl & COLOR_SRCBLEND_mask) !=
1204 if (EVERGREENBlendOp[o
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Devergreen_exa.c636 static struct blendinfo EVERGREENBlendOp[] = { variable in typeref:struct:blendinfo[]
691 sblend = EVERGREENBlendOp[op].blend_cntl & COLOR_SRCBLEND_mask;
692 dblend = EVERGREENBlendOp[op].blend_cntl & COLOR_DESTBLEND_mask;
697 if (PICT_FORMAT_A(dst_format) == 0 && EVERGREENBlendOp[op].dst_alpha) {
708 if (pMask && pMask->componentAlpha && EVERGREENBlendOp[op].src_alpha) {
1080 if (op >= (int) (sizeof(EVERGREENBlendOp) / sizeof(EVERGREENBlendOp[0])))
1129 if (EVERGREENBlendOp[op].src_alpha &&
1130 (EVERGREENBlendOp[op].blend_cntl & COLOR_SRCBLEND_mask) !=
1341 if (EVERGREENBlendOp[o
[all...]

Completed in 4 milliseconds