Searched refs:actualMipLevels (Results 1 – 1 of 1) sorted by relevance
868 UINT_32 actualMipLevels = 1; in VerifyMipLevelInfo() local873 actualMipLevels = Max(actualMipLevels, Log2NonPow2(pIn->numSlices) + 1); in VerifyMipLevelInfo()876 actualMipLevels = Max(actualMipLevels, Log2NonPow2(pIn->height) + 1); in VerifyMipLevelInfo()879 actualMipLevels = Max(actualMipLevels, Log2NonPow2(pIn->width) + 1); in VerifyMipLevelInfo()887 ADDR_ASSERT(actualMipLevels >= pIn->numMipLevels); in VerifyMipLevelInfo()