Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/msm/
Dmdp_ppp_v31.c812 if ((iBuf->mdpImg.mdpOp & MDPOP_ALPHAB) in mdp_set_blend_attr()
814 iBuf->mdpImg.mdpOp &= ~(MDPOP_ALPHAB); in mdp_set_blend_attr()
817 if ((iBuf->mdpImg.mdpOp & MDPOP_ALPHAB) in mdp_set_blend_attr()
Dmdp_ppp_v20.c2456 if ((iBuf->mdpImg.mdpOp & MDPOP_ALPHAB) in mdp_set_blend_attr()
2458 iBuf->mdpImg.mdpOp &= ~(MDPOP_ALPHAB); in mdp_set_blend_attr()
2461 if ((iBuf->mdpImg.mdpOp & MDPOP_ALPHAB) in mdp_set_blend_attr()
2477 } else if (iBuf->mdpImg.mdpOp & MDPOP_ALPHAB) { in mdp_set_blend_attr()
Dmdp.h50 #define MDPOP_ALPHAB BIT(8) /* enable alpha blending */ macro
Dmdp_ppp.c1332 iBuf.mdpImg.mdpOp |= MDPOP_ALPHAB; in mdp_ppp_blit()
1412 if (((iBuf.mdpImg.mdpOp & (MDPOP_TRANSP | MDPOP_ALPHAB)) || in mdp_ppp_blit()