Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c169 blend.rt[0].rgb_func = d3dblendop_to_pipe_blend(rs[D3DRS_BLENDOP]); in nine_convert_blend_state()
173 blend.rt[0].alpha_func = d3dblendop_to_pipe_blend(rs[D3DRS_BLENDOPALPHA]); in nine_convert_blend_state()
Dnine_pipe.h646 d3dblendop_to_pipe_blend(D3DBLENDOP op) in d3dblendop_to_pipe_blend() function