Searched refs:rtblend (Results 1 – 1 of 1) sorted by relevance
266 struct pipe_rt_blend_state *rtblend = &blend->rt[rt]; in emit_rt_blend() local270 if (!rtblend->blend_enable) in emit_rt_blend()281 config.color_blend_mode = rtblend->rgb_func; in emit_rt_blend()283 v3d_factor(rtblend->rgb_dst_factor, in emit_rt_blend()286 v3d_factor(rtblend->rgb_src_factor, in emit_rt_blend()289 config.alpha_blend_mode = rtblend->alpha_func; in emit_rt_blend()291 v3d_factor(rtblend->alpha_dst_factor, in emit_rt_blend()294 v3d_factor(rtblend->alpha_src_factor, in emit_rt_blend()