Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/xa/
Dxa_composite.c107 struct xa_picture *dst_pic) in blend_for_op() argument
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()