HomeSort by relevance Sort by last modified time
    Searched refs:Log2NonPow2 (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/amd/addrlib/core/
addrlib2.h 718 actualMipLevels = Max(actualMipLevels, Log2NonPow2(pIn->numSlices) + 1);
721 actualMipLevels = Max(actualMipLevels, Log2NonPow2(pIn->height) + 1);
724 actualMipLevels = Max(actualMipLevels, Log2NonPow2(pIn->width) + 1);
addrcommon.h 456 * Log2NonPow2
462 static inline UINT_32 Log2NonPow2(
491 return Log2NonPow2(x);

Completed in 5670 milliseconds