Searched defs:mask_pic (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_composite.c106 struct xa_picture *mask_pic,
117 if (mask_pic && mask_pic->component_alpha)
158 if (mask_pic && mask_pic->component_alpha &&
159 xa_format_rgb(mask_pic->pict_format) &&
333 struct xa_picture *mask_pic = comp->mask; local
357 if (mask_pic) {
360 if (mask_pic->wrap == xa_wrap_clamp_to_border &&
361 mask_pic
103 blend_for_op(struct xa_composite_blend *blend, enum xa_composite_op op, struct xa_picture *src_pic, struct xa_picture *mask_pic, struct xa_picture *dst_pic) argument
398 struct xa_picture *mask_pic = comp->mask; local
[all...]

Completed in 149 milliseconds