Searched refs:fullMipPyramidSize (Results 1 – 1 of 1) sorted by relevance
2652 const deUint32 fullMipPyramidSize = de::max(de::max(deLog2Ceil32(properties.maxExtent.width), in imageFormatProperties() local2683 …Format(format) && (properties.maxMipLevels == 1)) || properties.maxMipLevels == fullMipPyramidSize, in imageFormatProperties()2690 …results.check(properties.maxMipLevels == 1 || properties.maxMipLevels == fullMipPyramidSize, "Inva… in imageFormatProperties()