Searched refs:MDPOP_ALPHAB (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_ppp_v31.c811 if ((iBuf->mdpImg.mdpOp & MDPOP_ALPHAB)
813 iBuf->mdpImg.mdpOp &= ~(MDPOP_ALPHAB);
816 if ((iBuf->mdpImg.mdpOp & MDPOP_ALPHAB)
H A Dmdp.h66 #define MDPOP_ALPHAB BIT(8) /* enable alpha blending */ macro
H A Dmdp_ppp.c1332 iBuf.mdpImg.mdpOp |= MDPOP_ALPHAB;
1411 if (((iBuf.mdpImg.mdpOp & (MDPOP_TRANSP | MDPOP_ALPHAB)) ||
H A Dmdp_ppp_v20.c2436 if ((iBuf->mdpImg.mdpOp & MDPOP_ALPHAB)
2438 iBuf->mdpImg.mdpOp &= ~(MDPOP_ALPHAB);
2441 if ((iBuf->mdpImg.mdpOp & MDPOP_ALPHAB)
2457 } else if (iBuf->mdpImg.mdpOp & MDPOP_ALPHAB) {

Completed in 120 milliseconds