Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp792 int GetMaximumPixelInputVectors(D3D_FEATURE_LEVEL featureLevel) in GetMaximumPixelInputVectors() function
1520 caps->maxFragmentInputComponents = GetMaximumPixelInputVectors(featureLevel) * 4; in GenerateCaps()