Searched refs:mask_pix (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_saa_priv.h131 PixmapPtr mask_pix,
H A Dvmwgfx_xa_composite.c217 PixmapPtr mask_pix,
223 if (mask_pix && comp->mask)
224 comp->mask->srf = vmwgfx_saa_pixmap(mask_pix)->hw;
215 vmwgfx_xa_update_comp(struct xa_composite * comp,PixmapPtr src_pix,PixmapPtr mask_pix,PixmapPtr dst_pix) argument
H A Dvmwgfx_saa.c1104 PixmapPtr src_pix, PixmapPtr mask_pix,
1148 if (mask_pict && mask_pix && !dirty_hw) {
1149 mask_vpix = vmwgfx_saa_pixmap(mask_pix);
1168 if (!mask_pix)
1183 if (mask_pict && mask_pix &&
1184 !vmwgfx_hw_composite_src_stage(mask_pix, mask_pict->format))
1194 if (mask_pict && mask_pix && !vmwgfx_hw_commit(mask_pix))
1203 if (!vmwgfx_xa_update_comp(xa_comp, src_pix, mask_pix, dst_pix))
1211 if (mask_pict && mask_pix
1101 vmwgfx_composite_prepare(struct saa_driver * driver,CARD8 op,PicturePtr src_pict,PicturePtr mask_pict,PicturePtr dst_pict,PixmapPtr src_pix,PixmapPtr mask_pix,PixmapPtr dst_pix,RegionPtr src_region,RegionPtr mask_region,RegionPtr dst_region) argument
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa_render.c231 PixmapPtr src_pix = NULL, mask_pix = NULL, dst_pix; local in function:saa_driver_composite
242 mask_pix = saa_get_pixmap(pMask->pDrawable, &mask_off_x, &mask_off_y);
243 if (saa_pixmap(mask_pix)->auth_loc != saa_loc_driver)
253 src_pix, mask_pix, dst_pix,
267 if (mask_pix) {
H A Dsaa.h117 PixmapPtr src_pix, PixmapPtr mask_pix,

Completed in 5 milliseconds