Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.h718 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()
Daddrcommon.h462 static inline UINT_32 Log2NonPow2( in Log2NonPow2() function
491 return Log2NonPow2(x); in Log2()