Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp78 struct pipe_blend_state *pipe_blend = &state->pipe; in swr_create_blend_state() local
84 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()
/external/virglrenderer/src/
Dvrend_renderer.c4920 static GLenum translate_blend_func(uint32_t pipe_blend) in translate_blend_func() argument
4922 switch(pipe_blend){ in translate_blend_func()