Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c174 blend.rt[0].rgb_func = d3dblendop_to_pipe_blend(rs[D3DRS_BLENDOP]); in nine_convert_blend_state()
178 blend.rt[0].alpha_func = d3dblendop_to_pipe_blend(rs[D3DRS_BLENDOPALPHA]); in nine_convert_blend_state()
Dnine_pipe.h684 d3dblendop_to_pipe_blend(D3DBLENDOP op) in d3dblendop_to_pipe_blend() function