Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/src/core/
Daddrcommon.h491 static inline UINT_32 Log2NonPow2( in Log2NonPow2() function
520 return Log2NonPow2(x); in Log2()
Daddrlib2.h851 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()
/external/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp2991 … pOut->swizzleMode = static_cast<AddrSwizzleMode>(Log2NonPow2(allowedSwModeSet.value)); in HwlGetPreferredSurfaceSetting()
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp3793 … pOut->swizzleMode = static_cast<AddrSwizzleMode>(Log2NonPow2(allowedSwModeSet.value)); in HwlGetPreferredSurfaceSetting()