Searched refs:widestEdge (Results 1 – 1 of 1) sorted by relevance
705 …const deUint32 widestEdge = std::max(std::max(imageInfo.extent.width, imageInfo.extent.height), im… in getImageMaxMipLevels() local707 …return std::min(static_cast<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, imageForm… in getImageMaxMipLevels()