Searched refs:rgb_src (Results 1 – 1 of 1) sorted by relevance
47 unsigned rgb_src : 8; /**< PIPE_BLENDFACTOR_x */ member138 blend->rgb_src = xa_convert_blend_for_luminance(blend->rgb_src); in blend_for_op()148 if (blend->rgb_src == PIPE_BLENDFACTOR_DST_ALPHA) in blend_for_op()149 blend->rgb_src = PIPE_BLENDFACTOR_ONE; in blend_for_op()150 else if (blend->rgb_src == PIPE_BLENDFACTOR_INV_DST_ALPHA) in blend_for_op()151 blend->rgb_src = PIPE_BLENDFACTOR_ZERO; in blend_for_op()266 blend.rt[0].rgb_src_factor = blend_opt.rgb_src; in bind_composite_blend_state()267 blend.rt[0].alpha_src_factor = blend_opt.rgb_src; in bind_composite_blend_state()