Searched refs:d3dblendop_to_pipe_blend (Results 1 – 2 of 2) sorted by relevance
169 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()
646 d3dblendop_to_pipe_blend(D3DBLENDOP op) in d3dblendop_to_pipe_blend() function