Home
last modified time | relevance | path

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

12

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp605 pImageFormatProperties->maxMipLevels = vk::MAX_IMAGE_LEVELS_1D; in getImageFormatProperties()
613 pImageFormatProperties->maxMipLevels = vk::MAX_IMAGE_LEVELS_CUBE; in getImageFormatProperties()
620 pImageFormatProperties->maxMipLevels = vk::MAX_IMAGE_LEVELS_2D; in getImageFormatProperties()
627 pImageFormatProperties->maxMipLevels = vk::MAX_IMAGE_LEVELS_3D; in getImageFormatProperties()
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c1049 uint32_t maxMipLevels; in radv_get_image_format_properties() local
1076 maxMipLevels = 15; /* log2(maxWidth) + 1 */ in radv_get_image_format_properties()
1083 maxMipLevels = 15; /* log2(maxWidth) + 1 */ in radv_get_image_format_properties()
1090 maxMipLevels = 12; /* log2(maxWidth) + 1 */ in radv_get_image_format_properties()
1130 .maxMipLevels = maxMipLevels, in radv_get_image_format_properties()
1144 .maxMipLevels = 0, in radv_get_image_format_properties()
/external/mesa3d/src/intel/vulkan/
Danv_formats.c701 uint32_t maxMipLevels; in anv_get_image_format_properties() local
720 maxMipLevels = 15; /* log2(maxWidth) + 1 */ in anv_get_image_format_properties()
731 maxMipLevels = 15; /* log2(maxWidth) + 1 */ in anv_get_image_format_properties()
738 maxMipLevels = 12; /* log2(maxWidth) + 1 */ in anv_get_image_format_properties()
809 .maxMipLevels = maxMipLevels, in anv_get_image_format_properties()
829 .maxMipLevels = 0, in anv_get_image_format_properties()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp360 …t<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, imageFormatProperties.maxMipLevels); in getImageMaxMipLevels()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp142 deUint32 getNumMipLevels (const VkExtent3D& baseExtent, const deUint32 maxMipLevels) in getNumMipLevels() argument
145 …rn std::min(static_cast<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, maxMipLevels); in getNumMipLevels()
550 …useSingleMipLevel ? 1u : getNumMipLevels(params.imageExtent, m_imageFormatProperties.maxMipLevels)) in ImageClearingTestInstance()
DvktApiFeatureInfo.cpp2683 …results.check((isYCbCrFormat(format) && (properties.maxMipLevels == 1)) || properties.maxMipLevels in imageFormatProperties()
2690 …results.check(properties.maxMipLevels == 1 || properties.maxMipLevels == fullMipPyramidSize, "Inva… in imageFormatProperties()
2708 results.check(properties.maxMipLevels == 0, "maxMipLevels != 0"); in imageFormatProperties()
DvktApiExternalMemoryTests.cpp4071 if (properties.imageFormatProperties.maxMipLevels > 1u) in testAndroidHardwareBufferImageFormat()
4074 …Type, format, 64u, 64u, tiling, createFlag, usage, properties.imageFormatProperties.maxMipLevels)); in testAndroidHardwareBufferImageFormat()
DvktApiCopiesAndBlittingTests.cpp3293 else if (m_params.mipLevels > properties.maxMipLevels) in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp660 …t<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, imageFormatProperties.maxMipLevels); in getImageMaxMipLevels()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp1031 if (info.mipLevels > imageFormatProperties.maxMipLevels) in isImageSupported()
1619 if (info.mipLevels > imageFormatProperties.maxMipLevels) in isMultiplaneImageSupported()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1033 pImageFormatProperties->maxMipLevels = deLog2Ceil32(4096) + 1; in getPhysicalDeviceImageFormatProperties()
DvkStructTypes.inl113 deUint32 maxMipLevels; member
DvkVulkan_c.inl1652 deUint32 maxMipLevels; member
DvkStrUtilImpl.inl2498 s << "\tmaxMipLevels = " << value.maxMipLevels << '\n';
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp432 …uint32_t maxMipLevels = (pCreateInfo->flags & VK_IMAGE_CREATE_CORNER_SAMPLED_BIT_NV) ? (uint32_t)(… in manual_PreCallValidateCreateImage() local
434 if (maxDim > 0 && pCreateInfo->mipLevels > maxMipLevels) { in manual_PreCallValidateCreateImage()
Dbuffer_validation.cpp1411 if (pCreateInfo->mipLevels > format_limits.maxMipLevels) { in PreCallValidateCreateImage()
1416 pCreateInfo->mipLevels, format_limits.maxMipLevels, format_string); in PreCallValidateCreateImage()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp359 if (imageFormatProperties.maxMipLevels < mipLevels) in updateTextureData()
/external/mesa3d/include/vulkan/
Dvulkan.h1579 uint32_t maxMipLevels; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1749 uint32_t maxMipLevels; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1749 uint32_t maxMipLevels; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h1914 uint32_t maxMipLevels; member
Dvulkan.hpp28012 && ( maxMipLevels == rhs.maxMipLevels ) in operator ==()
28024 uint32_t maxMipLevels; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h1867 uint32_t maxMipLevels; member
Dvulkan.hpp26994 && ( maxMipLevels == rhs.maxMipLevels ) in operator ==()
27006 uint32_t maxMipLevels; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1649 uint32_t maxMipLevels; member

12