Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c174 … blend.rt[0].alpha_src_factor = d3dblend_alpha_to_pipe_blendfactor(rs[D3DRS_SRCBLENDALPHA]); in nine_convert_blend_state()
175 … blend.rt[0].alpha_dst_factor = d3dblend_alpha_to_pipe_blendfactor(rs[D3DRS_DESTBLENDALPHA]); in nine_convert_blend_state()
179 blend.rt[0].alpha_src_factor = d3dblend_alpha_to_pipe_blendfactor(rs[D3DRS_SRCBLEND]); in nine_convert_blend_state()
180 blend.rt[0].alpha_dst_factor = d3dblend_alpha_to_pipe_blendfactor(rs[D3DRS_DESTBLEND]); in nine_convert_blend_state()
Dnine_pipe.h665 d3dblend_alpha_to_pipe_blendfactor(D3DBLEND b) in d3dblend_alpha_to_pipe_blendfactor() function