Searched refs:mask_pic (Results 1 – 1 of 1) sorted by relevance
106 struct xa_picture *mask_pic, in blend_for_op() argument117 if (mask_pic && mask_pic->component_alpha) in blend_for_op()158 if (mask_pic && mask_pic->component_alpha && in blend_for_op()159 xa_format_rgb(mask_pic->pict_format) && in blend_for_op()333 struct xa_picture *mask_pic = comp->mask; in bind_shaders() local357 if (mask_pic) { in bind_shaders()360 if (mask_pic->wrap == xa_wrap_clamp_to_border && in bind_shaders()361 mask_pic->has_transform) in bind_shaders()364 if (mask_pic->component_alpha) { in bind_shaders()366 if (!blend_for_op(&blend, comp->op, src_pic, mask_pic, NULL)) in bind_shaders()[all …]