Searched refs:d3dblend_alpha_to_pipe_blendfactor (Results 1 – 2 of 2) sorted by relevance
178 … blend.rt[0].alpha_src_factor = d3dblend_alpha_to_pipe_blendfactor(rs[D3DRS_SRCBLENDALPHA]); in nine_convert_blend_state()179 … blend.rt[0].alpha_dst_factor = d3dblend_alpha_to_pipe_blendfactor(rs[D3DRS_DESTBLENDALPHA]); in nine_convert_blend_state()183 blend.rt[0].alpha_src_factor = d3dblend_alpha_to_pipe_blendfactor(rs[D3DRS_SRCBLEND]); in nine_convert_blend_state()184 blend.rt[0].alpha_dst_factor = d3dblend_alpha_to_pipe_blendfactor(rs[D3DRS_DESTBLEND]); in nine_convert_blend_state()
669 d3dblend_alpha_to_pipe_blendfactor(D3DBLEND b) in d3dblend_alpha_to_pipe_blendfactor() function