Searched refs:Log2NonPow2 (Results 1 – 2 of 2) sorted by relevance
718 actualMipLevels = Max(actualMipLevels, Log2NonPow2(pIn->numSlices) + 1); in VerifyMipLevelInfo()721 actualMipLevels = Max(actualMipLevels, Log2NonPow2(pIn->height) + 1); in VerifyMipLevelInfo()724 actualMipLevels = Max(actualMipLevels, Log2NonPow2(pIn->width) + 1); in VerifyMipLevelInfo()
462 static inline UINT_32 Log2NonPow2( in Log2NonPow2() function491 return Log2NonPow2(x); in Log2()