/external/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 605 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/ |
D | radv_formats.c | 1049 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/ |
D | anv_formats.c | 701 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/ |
D | vktPipelineMultisampleTestsUtil.cpp | 360 …t<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, imageFormatProperties.maxMipLevels); in getImageMaxMipLevels()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 142 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()
|
D | vktApiFeatureInfo.cpp | 2683 …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()
|
D | vktApiExternalMemoryTests.cpp | 4071 if (properties.imageFormatProperties.maxMipLevels > 1u) in testAndroidHardwareBufferImageFormat() 4074 …Type, format, 64u, 64u, tiling, createFlag, usage, properties.imageFormatProperties.maxMipLevels)); in testAndroidHardwareBufferImageFormat()
|
D | vktApiCopiesAndBlittingTests.cpp | 3293 else if (m_params.mipLevels > properties.maxMipLevels) in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 660 …t<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, imageFormatProperties.maxMipLevels); in getImageMaxMipLevels()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 1031 if (info.mipLevels > imageFormatProperties.maxMipLevels) in isImageSupported() 1619 if (info.mipLevels > imageFormatProperties.maxMipLevels) in isMultiplaneImageSupported()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 1033 pImageFormatProperties->maxMipLevels = deLog2Ceil32(4096) + 1; in getPhysicalDeviceImageFormatProperties()
|
D | vkStructTypes.inl | 113 deUint32 maxMipLevels; member
|
D | vkVulkan_c.inl | 1652 deUint32 maxMipLevels; member
|
D | vkStrUtilImpl.inl | 2498 s << "\tmaxMipLevels = " << value.maxMipLevels << '\n';
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation_utils.cpp | 432 …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()
|
D | buffer_validation.cpp | 1411 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/ |
D | vktTextureTestUtil.cpp | 359 if (imageFormatProperties.maxMipLevels < mipLevels) in updateTextureData()
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 1579 uint32_t maxMipLevels; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1749 uint32_t maxMipLevels; member
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1749 uint32_t maxMipLevels; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 1914 uint32_t maxMipLevels; member
|
D | vulkan.hpp | 28012 && ( maxMipLevels == rhs.maxMipLevels ) in operator ==() 28024 uint32_t maxMipLevels; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 1867 uint32_t maxMipLevels; member
|
D | vulkan.hpp | 26994 && ( maxMipLevels == rhs.maxMipLevels ) in operator ==() 27006 uint32_t maxMipLevels; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 1649 uint32_t maxMipLevels; member
|