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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp67 struct pipe_blend_state *pipe_blend = &state->pipe; local in function:swr_create_blend_state
73 struct pipe_rt_blend_state *rt_blend = &pipe_blend->rt[target];
79 if (target != 0 && !pipe_blend->independent_blend_enable) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp78 struct pipe_blend_state *pipe_blend = &state->pipe; local in function:swr_create_blend_state
84 struct pipe_rt_blend_state *rt_blend = &pipe_blend->rt[target];
90 if (target != 0 && !pipe_blend->independent_blend_enable) {

Completed in 6 milliseconds