Searched refs:mask_pic (Results 1 – 1 of 1) sorted by relevance
105 struct xa_picture *mask_pic, in blend_for_op() argument116 if (mask_pic && mask_pic->component_alpha) in blend_for_op()156 if (mask_pic && mask_pic->component_alpha && in blend_for_op()157 xa_format_rgb(mask_pic->pict_format) && in blend_for_op()330 struct xa_picture *mask_pic = comp->mask; in bind_shaders() local354 if (mask_pic) { in bind_shaders()357 if (mask_pic->wrap == xa_wrap_clamp_to_border && in bind_shaders()358 mask_pic->has_transform) in bind_shaders()361 if (mask_pic->component_alpha) { in bind_shaders()363 if (!blend_for_op(&blend, comp->op, src_pic, mask_pic, NULL)) in bind_shaders()[all …]