Searched refs:rt_blend (Results 1 – 1 of 1) sorted by relevance
70 struct pipe_rt_blend_state *rt_blend = &pipe_blend->rt[target]; in swr_create_blend_state() local83 compileState.blendEnable = rt_blend->blend_enable; in swr_create_blend_state()86 swr_convert_blend_factor(rt_blend->alpha_src_factor); in swr_create_blend_state()88 swr_convert_blend_factor(rt_blend->alpha_dst_factor); in swr_create_blend_state()90 swr_convert_blend_factor(rt_blend->rgb_src_factor); in swr_create_blend_state()92 swr_convert_blend_factor(rt_blend->rgb_dst_factor); in swr_create_blend_state()95 swr_convert_blend_func(rt_blend->rgb_func); in swr_create_blend_state()97 swr_convert_blend_func(rt_blend->alpha_func); in swr_create_blend_state()106 (rt_blend->colormask & PIPE_MASK_R) ? 0 : 1; in swr_create_blend_state()108 (rt_blend->colormask & PIPE_MASK_G) ? 0 : 1; in swr_create_blend_state()[all …]