Searched refs:rgb_dst (Results 1 – 1 of 1) sorted by relevance
48 unsigned rgb_dst : 8; /**< PIPE_BLENDFACTOR_x */ member138 blend->rgb_dst = xa_convert_blend_for_luminance(blend->rgb_dst); in blend_for_op()161 if (blend->rgb_dst == PIPE_BLENDFACTOR_SRC_ALPHA) { in blend_for_op()162 blend->rgb_dst = PIPE_BLENDFACTOR_SRC_COLOR; in blend_for_op()163 } else if (blend->rgb_dst == PIPE_BLENDFACTOR_INV_SRC_ALPHA) { in blend_for_op()164 blend->rgb_dst = PIPE_BLENDFACTOR_INV_SRC_COLOR; in blend_for_op()272 blend.rt[0].rgb_dst_factor = blend_opt.rgb_dst; in bind_composite_blend_state()273 blend.rt[0].alpha_dst_factor = blend_opt.rgb_dst; in bind_composite_blend_state()