Searched refs:actualMipLevels (Results 1 – 1 of 1) sorted by relevance
713 UINT_32 actualMipLevels = 1; in VerifyMipLevelInfo() local718 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()