Searched refs:pipe_blend (Results 1 – 2 of 2) sorted by relevance
78 struct pipe_blend_state *pipe_blend = &state->pipe; in swr_create_blend_state() local84 struct pipe_rt_blend_state *rt_blend = &pipe_blend->rt[target]; in swr_create_blend_state()90 if (target != 0 && !pipe_blend->independent_blend_enable) { in swr_create_blend_state()
4920 static GLenum translate_blend_func(uint32_t pipe_blend) in translate_blend_func() argument4922 switch(pipe_blend){ in translate_blend_func()