Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_composite.c107 struct xa_picture *dst_pic) in blend_for_op() argument
132 if (!dst_pic->srf) in blend_for_op()
135 if ((dst_pic->srf->tex->format == PIPE_FORMAT_L8_UNORM || in blend_for_op()
136 dst_pic->srf->tex->format == PIPE_FORMAT_R8_UNORM)) { in blend_for_op()
146 if (xa_format_a(dst_pic->pict_format) == 0 && blend->alpha_dst) { in blend_for_op()