Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp3437 inline int computeMipPyramidLevels (int size) in computeMipPyramidLevels() function
3442 inline int computeMipPyramidLevels (int width, int height) in computeMipPyramidLevels() function
3447 inline int computeMipPyramidLevels (int width, int height, int depth) in computeMipPyramidLevels() function
3533 : TextureLevelPyramid (format, computeMipPyramidLevels(width)) in Texture1D()
3575 : TextureLevelPyramid (format, computeMipPyramidLevels(width, height)) in Texture2D()
3725 const int numLevels = computeMipPyramidLevels(m_size); in TextureCube()
3742 const int numLevels = computeMipPyramidLevels(m_size); in TextureCube()
3773 const int numLevels = computeMipPyramidLevels(other.m_size); in operator =()
3908 : TextureLevelPyramid (format, computeMipPyramidLevels(width)) in Texture1DArray()
3953 : TextureLevelPyramid (format, computeMipPyramidLevels(width, height)) in Texture2DArray()
[all …]