Searched refs:rt_blend (Results 1 – 1 of 1) sorted by relevance
73 struct pipe_rt_blend_state *rt_blend = &pipe_blend->rt[target]; in swr_create_blend_state() local86 compileState.blendEnable = rt_blend->blend_enable; in swr_create_blend_state()89 swr_convert_blend_factor(rt_blend->alpha_src_factor); in swr_create_blend_state()91 swr_convert_blend_factor(rt_blend->alpha_dst_factor); in swr_create_blend_state()93 swr_convert_blend_factor(rt_blend->rgb_src_factor); in swr_create_blend_state()95 swr_convert_blend_factor(rt_blend->rgb_dst_factor); in swr_create_blend_state()98 swr_convert_blend_func(rt_blend->rgb_func); in swr_create_blend_state()100 swr_convert_blend_func(rt_blend->alpha_func); in swr_create_blend_state()109 (rt_blend->colormask & PIPE_MASK_R) ? 0 : 1; in swr_create_blend_state()111 (rt_blend->colormask & PIPE_MASK_G) ? 0 : 1; in swr_create_blend_state()[all …]