Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp3088 inline int computeMipPyramidLevels (int size) in computeMipPyramidLevels() function
3093 inline int computeMipPyramidLevels (int width, int height) in computeMipPyramidLevels() function
3098 inline int computeMipPyramidLevels (int width, int height, int depth) in computeMipPyramidLevels() function
3184 : TextureLevelPyramid (format, computeMipPyramidLevels(width)) in Texture1D()
3226 : TextureLevelPyramid (format, computeMipPyramidLevels(width, height)) in Texture2D()
3364 const int numLevels = computeMipPyramidLevels(m_size); in TextureCube()
3381 const int numLevels = computeMipPyramidLevels(m_size); in TextureCube()
3412 const int numLevels = computeMipPyramidLevels(other.m_size); in operator =()
3547 : TextureLevelPyramid (format, computeMipPyramidLevels(width)) in Texture1DArray()
3592 : TextureLevelPyramid (format, computeMipPyramidLevels(width, height)) in Texture2DArray()
[all …]