Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp793 int GetMaximumPixelInputVectors(D3D_FEATURE_LEVEL featureLevel) in GetMaximumPixelInputVectors() function
1486 caps->maxFragmentInputComponents = GetMaximumPixelInputVectors(featureLevel) * 4; in GenerateCaps()