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.cpp67 struct pipe_blend_state *pipe_blend = &state->pipe; in swr_create_blend_state() local
73 struct pipe_rt_blend_state *rt_blend = &pipe_blend->rt[target]; in swr_create_blend_state()
79 if (target != 0 && !pipe_blend->independent_blend_enable) { in swr_create_blend_state()
/external/virglrenderer/src/
Dvrend_renderer.c4061 static GLenum translate_blend_func(uint32_t pipe_blend) in translate_blend_func() argument
4063 switch(pipe_blend){ in translate_blend_func()