Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp3570 inline int getMipPyramidLevelSize (int baseLevelSize, int levelNdx) in getMipPyramidLevelSize() function
3685 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel()
3741 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel()
3742 const int height = getMipPyramidLevelSize(m_height, levelNdx); in allocLevel()
3933 const int size = getMipPyramidLevelSize(m_size, levelNdx); in allocLevel()
4066 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel()
4114 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel()
4115 const int height = getMipPyramidLevelSize(m_height, levelNdx); in allocLevel()
4173 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel()
4174 const int height = getMipPyramidLevelSize(m_height, levelNdx); in allocLevel()
[all …]