Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp444 int GetMaximum2DTextureArraySize(D3D_FEATURE_LEVEL featureLevel) in GetMaximum2DTextureArraySize() function
1440 caps->maxArrayTextureLayers = GetMaximum2DTextureArraySize(featureLevel); in GenerateCaps()
1659 caps->maxViews = std::min(static_cast<GLuint>(GetMaximum2DTextureArraySize(featureLevel)), in GenerateCaps()