Home
last modified time | relevance | path

Searched refs:xa_picture (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_composite.c105 struct xa_picture *src_pic, in blend_for_op()
106 struct xa_picture *mask_pic, in blend_for_op()
107 struct xa_picture *dst_pic) in blend_for_op()
195 xa_is_filter_accelerated(struct xa_picture *pic) in xa_is_filter_accelerated()
227 struct xa_picture *src_pic = comp->src; in xa_composite_check_accelerated()
228 struct xa_picture *mask_pic = comp->mask; in xa_composite_check_accelerated()
276 picture_format_fixups(struct xa_picture *src_pic, in picture_format_fixups()
383 struct xa_picture *src_pic = comp->src; in bind_shaders()
384 struct xa_picture *mask_pic = comp->mask; in bind_shaders()
385 struct xa_picture *dst_pic = comp->dst; in bind_shaders()
[all …]
Dxa_composite.h107 struct xa_picture { struct
120 struct xa_picture *src, *mask, *dst; argument