Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1862 …results.check(properties.maxMipLevels == fullMipPyramidSize, "maxMipLevels is not full mip pyramid… in imageFormatProperties()
1868 …results.check(properties.maxMipLevels == 1 || properties.maxMipLevels == fullMipPyramidSize, "Inva… in imageFormatProperties()
1886 results.check(properties.maxMipLevels == 0, "maxMipLevels != 0"); in imageFormatProperties()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp707 …t<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, imageFormatProperties.maxMipLevels); in getImageMaxMipLevels()
/external/vulkan-validation-layers/layers/
Dimage.cpp324 if (pCreateInfo->mipLevels > ImageFormatProperties.maxMipLevels) { in vkCreateImage()
328 ImageFormatProperties.maxMipLevels); in vkCreateImage()
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc77 visitor->Visit("maxMipLevels", &properties->maxMipLevels) && in Iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl113 deUint32 maxMipLevels; member
DvkStrUtilImpl.inl1591 s << "\tmaxMipLevels = " << value.maxMipLevels << '\n';
/external/skia/third_party/vulkan/
Dvulkan.h1223 uint32_t maxMipLevels; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1232 uint32_t maxMipLevels; member