Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_composite.c107 struct xa_picture *dst_pic) in blend_for_op()
133 if (!dst_pic->srf) in blend_for_op()
136 if ((dst_pic->srf->tex->format == PIPE_FORMAT_L8_UNORM || in blend_for_op()
137 dst_pic->srf->tex->format == PIPE_FORMAT_R8_UNORM)) { in blend_for_op()
147 if (xa_format_a(dst_pic->pict_format) == 0 && blend->alpha_dst) { in blend_for_op()
385 struct xa_picture *dst_pic = comp->dst; in bind_shaders() local
390 if (dst_pic && xa_format_type(dst_pic->pict_format) != in bind_shaders()
391 xa_format_type(xa_surface_format(dst_pic->srf))) in bind_shaders()
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) blend_for_op() argument

Completed in 1 milliseconds