Lines Matching defs:transp
630 var->transp.offset = 0;
631 var->transp.length = 0;
647 var->transp.offset = 24;
648 var->transp.length = 8;
862 * @transp: If supported the alpha value which can be up to 16 bits wide.
872 unsigned blue, unsigned transp,
880 * Program hardware... do anything you want with transp
908 * (blue << blue.offset) | (transp << transp.offset)
918 transp = CNVT_TOHW(transp, info->var.transp.length);
926 /* hey, there is bug in transp handling... */
927 transp = CNVT_TOHW(transp, 8);
941 (transp << info->var.transp.offset);