Searched refs:nMinMipSize (Results 1 – 1 of 1) sorted by relevance
53 static GX2_INLINE int GetNumMipLevels(int nWidth, int nHeight, int nDepth, int nMinMipSize) in GetNumMipLevels() argument58 while (nWidth > nMinMipSize || nHeight > nMinMipSize || nDepth > nMinMipSize) in GetNumMipLevels()