Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuTexture.cpp3466 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel()
3519 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel()
3520 const int height = getMipPyramidLevelSize(m_height, levelNdx); in allocLevel()
3708 const int size = getMipPyramidLevelSize(m_size, levelNdx); in allocLevel()
3841 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel()
3889 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel()
3890 const int height = getMipPyramidLevelSize(m_height, levelNdx); in allocLevel()
3946 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel()
3947 const int height = getMipPyramidLevelSize(m_height, levelNdx); in allocLevel()
3948 const int depth = getMipPyramidLevelSize(m_depth, levelNdx); in allocLevel()
[all …]