Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2652 const deUint32 fullMipPyramidSize = de::max(de::max(deLog2Ceil32(properties.maxExtent.width), in imageFormatProperties() local
2683 …Format(format) && (properties.maxMipLevels == 1)) || properties.maxMipLevels == fullMipPyramidSize, in imageFormatProperties()
2690 …results.check(properties.maxMipLevels == 1 || properties.maxMipLevels == fullMipPyramidSize, "Inva… in imageFormatProperties()