Searched refs:Log2NonPow2 (Results 1 – 4 of 4) sorted by relevance
491 static inline UINT_32 Log2NonPow2( in Log2NonPow2() function520 return Log2NonPow2(x); in Log2()
851 actualMipLevels = Max(actualMipLevels, Log2NonPow2(pIn->numSlices) + 1); in VerifyMipLevelInfo()854 actualMipLevels = Max(actualMipLevels, Log2NonPow2(pIn->height) + 1); in VerifyMipLevelInfo()857 actualMipLevels = Max(actualMipLevels, Log2NonPow2(pIn->width) + 1); in VerifyMipLevelInfo()
2991 … pOut->swizzleMode = static_cast<AddrSwizzleMode>(Log2NonPow2(allowedSwModeSet.value)); in HwlGetPreferredSurfaceSetting()
3793 … pOut->swizzleMode = static_cast<AddrSwizzleMode>(Log2NonPow2(allowedSwModeSet.value)); in HwlGetPreferredSurfaceSetting()