Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.h713 UINT_32 actualMipLevels = 1; in VerifyMipLevelInfo() local
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()
732 ADDR_ASSERT(actualMipLevels >= pIn->numMipLevels); in VerifyMipLevelInfo()