Searched refs:d3d11_to_pipe_blend (Results 1 – 3 of 3) sorted by relevance
81 extern unsigned d3d11_to_pipe_blend[D3D11_BLEND_COUNT];
29 unsigned d3d11_to_pipe_blend[D3D11_BLEND_COUNT] = variable
412 to.rgb_src_factor = d3d11_to_pipe_blend[from.SrcBlend]; in convert_blend_state()413 to.alpha_src_factor = d3d11_to_pipe_blend[from.SrcBlendAlpha]; in convert_blend_state()414 to.rgb_dst_factor = d3d11_to_pipe_blend[from.DestBlend]; in convert_blend_state()415 to.alpha_dst_factor = d3d11_to_pipe_blend[from.DestBlendAlpha]; in convert_blend_state()