Searched refs:rt_blend (Results 1 – 1 of 1) sorted by relevance
84 struct pipe_rt_blend_state *rt_blend = &pipe_blend->rt[target]; in swr_create_blend_state() local97 compileState.blendEnable = rt_blend->blend_enable; in swr_create_blend_state()100 swr_convert_blend_factor(rt_blend->alpha_src_factor); in swr_create_blend_state()102 swr_convert_blend_factor(rt_blend->alpha_dst_factor); in swr_create_blend_state()104 swr_convert_blend_factor(rt_blend->rgb_src_factor); in swr_create_blend_state()106 swr_convert_blend_factor(rt_blend->rgb_dst_factor); in swr_create_blend_state()109 swr_convert_blend_func(rt_blend->rgb_func); in swr_create_blend_state()111 swr_convert_blend_func(rt_blend->alpha_func); in swr_create_blend_state()120 (rt_blend->colormask & PIPE_MASK_R) ? 0 : 1; in swr_create_blend_state()122 (rt_blend->colormask & PIPE_MASK_G) ? 0 : 1; in swr_create_blend_state()[all …]