Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/include/texUtils/
DTC_PluginAPI.h53 static GX2_INLINE int GetNumMipLevels(int nWidth, int nHeight, int nDepth, int nMinMipSize) in GetNumMipLevels() argument
58 while (nWidth > nMinMipSize || nHeight > nMinMipSize || nDepth > nMinMipSize) in GetNumMipLevels()