Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_composite.c47 unsigned rgb_src : 8; /**< PIPE_BLENDFACTOR_x */ member
137 blend->rgb_src = xa_convert_blend_for_luminance(blend->rgb_src); in blend_for_op()
147 if (blend->rgb_src == PIPE_BLENDFACTOR_DST_ALPHA) in blend_for_op()
148 blend->rgb_src = PIPE_BLENDFACTOR_ONE; in blend_for_op()
149 else if (blend->rgb_src == PIPE_BLENDFACTOR_INV_DST_ALPHA) in blend_for_op()
150 blend->rgb_src = PIPE_BLENDFACTOR_ZERO; in blend_for_op()
246 if (blend.alpha_src && blend.rgb_src != PIPE_BLENDFACTOR_ZERO) { in xa_composite_check_accelerated()
270 blend.rt[0].rgb_src_factor = blend_opt.rgb_src; in bind_composite_blend_state()
271 blend.rt[0].alpha_src_factor = blend_opt.rgb_src; in bind_composite_blend_state()