Searched refs:D3D11_BLEND_COUNT (Results 1 – 3 of 3) sorted by relevance
80 #define D3D11_BLEND_COUNT 20 macro81 extern unsigned d3d11_to_pipe_blend[D3D11_BLEND_COUNT];
29 unsigned d3d11_to_pipe_blend[D3D11_BLEND_COUNT] =
395 (from.SrcBlend >= D3D11_BLEND_COUNT || in convert_blend_state()396 from.SrcBlendAlpha >= D3D11_BLEND_COUNT || in convert_blend_state()397 from.DestBlend >= D3D11_BLEND_COUNT || in convert_blend_state()398 from.DestBlendAlpha >= D3D11_BLEND_COUNT || in convert_blend_state()