Searched refs:rt_blend (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp73 struct pipe_rt_blend_state *rt_blend = &pipe_blend->rt[target]; local in function:swr_create_blend_state
86 compileState.blendEnable = rt_blend->blend_enable;
89 swr_convert_blend_factor(rt_blend->alpha_src_factor);
91 swr_convert_blend_factor(rt_blend->alpha_dst_factor);
93 swr_convert_blend_factor(rt_blend->rgb_src_factor);
95 swr_convert_blend_factor(rt_blend->rgb_dst_factor);
98 swr_convert_blend_func(rt_blend->rgb_func);
100 swr_convert_blend_func(rt_blend->alpha_func);
109 (rt_blend->colormask & PIPE_MASK_R) ? 0 : 1;
111 (rt_blend
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp84 struct pipe_rt_blend_state *rt_blend = &pipe_blend->rt[target]; local in function:swr_create_blend_state
97 compileState.blendEnable = rt_blend->blend_enable;
100 swr_convert_blend_factor(rt_blend->alpha_src_factor);
102 swr_convert_blend_factor(rt_blend->alpha_dst_factor);
104 swr_convert_blend_factor(rt_blend->rgb_src_factor);
106 swr_convert_blend_factor(rt_blend->rgb_dst_factor);
109 swr_convert_blend_func(rt_blend->rgb_func);
111 swr_convert_blend_func(rt_blend->alpha_func);
120 (rt_blend->colormask & PIPE_MASK_R) ? 0 : 1;
122 (rt_blend
[all...]

Completed in 4 milliseconds