/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_formats.c | 266 VkExtent3D maxExtent; in lvp_get_image_format_properties() local 293 maxExtent.width = max_2d_ext; in lvp_get_image_format_properties() 294 maxExtent.height = 1; in lvp_get_image_format_properties() 295 maxExtent.depth = 1; in lvp_get_image_format_properties() 300 maxExtent.width = max_2d_ext; in lvp_get_image_format_properties() 301 maxExtent.height = max_2d_ext; in lvp_get_image_format_properties() 302 maxExtent.depth = 1; in lvp_get_image_format_properties() 308 maxExtent.width = max_2d_ext; in lvp_get_image_format_properties() 309 maxExtent.height = max_2d_ext; in lvp_get_image_format_properties() 310 …maxExtent.depth = (1 << physical_device->pscreen->get_param(physical_device->pscreen, PIPE_CAP_MAX… in lvp_get_image_format_properties() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBase.cpp | 119 if (imageFormatProps.maxExtent.width < imageInfo.extent.width || in validateImageInfo() 120 imageFormatProps.maxExtent.height < imageInfo.extent.height || in validateImageInfo() 121 imageFormatProps.maxExtent.depth < imageInfo.extent.depth) in validateImageInfo() 130 << imageFormatProps.maxExtent.width << ", " in validateImageInfo() 131 << imageFormatProps.maxExtent.height << ", " in validateImageInfo() 132 << imageFormatProps.maxExtent.depth in validateImageInfo()
|
D | vktPipelineImageSamplingInstance.cpp | 250 || extProperties.imageFormatProperties.maxExtent.width < (deUint32)params.imageSize.x() in checkSupportImageSamplingInstance() 251 || extProperties.imageFormatProperties.maxExtent.height < (deUint32)params.imageSize.y()) in checkSupportImageSamplingInstance() 312 if (formatProperties.maxExtent.width == 0 && in checkSupportImageSamplingInstance() 313 formatProperties.maxExtent.height == 0 && in checkSupportImageSamplingInstance() 314 formatProperties.maxExtent.depth == 0) in checkSupportImageSamplingInstance()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_formats.c | 521 VkExtent3D maxExtent; in tu_get_image_format_properties() local 580 maxExtent.width = 16384; in tu_get_image_format_properties() 581 maxExtent.height = 1; in tu_get_image_format_properties() 582 maxExtent.depth = 1; in tu_get_image_format_properties() 587 maxExtent.width = 16384; in tu_get_image_format_properties() 588 maxExtent.height = 16384; in tu_get_image_format_properties() 589 maxExtent.depth = 1; in tu_get_image_format_properties() 594 maxExtent.width = 2048; in tu_get_image_format_properties() 595 maxExtent.height = 2048; in tu_get_image_format_properties() 596 maxExtent.depth = 2048; in tu_get_image_format_properties() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_formats.c | 1145 VkExtent3D maxExtent; in radv_get_image_format_properties() local 1172 maxExtent.width = 16384; in radv_get_image_format_properties() 1173 maxExtent.height = 1; in radv_get_image_format_properties() 1174 maxExtent.depth = 1; in radv_get_image_format_properties() 1179 maxExtent.width = 16384; in radv_get_image_format_properties() 1180 maxExtent.height = 16384; in radv_get_image_format_properties() 1181 maxExtent.depth = 1; in radv_get_image_format_properties() 1187 maxExtent.width = 8192; in radv_get_image_format_properties() 1188 maxExtent.height = 8192; in radv_get_image_format_properties() 1189 maxExtent.depth = 8192; in radv_get_image_format_properties() [all …]
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_formats.c | 636 pImageFormatProperties->maxExtent.width = 4096; in get_image_format_properties() 637 pImageFormatProperties->maxExtent.height = 1; in get_image_format_properties() 638 pImageFormatProperties->maxExtent.depth = 1; in get_image_format_properties() 643 pImageFormatProperties->maxExtent.width = 4096; in get_image_format_properties() 644 pImageFormatProperties->maxExtent.height = 4096; in get_image_format_properties() 645 pImageFormatProperties->maxExtent.depth = 1; in get_image_format_properties() 650 pImageFormatProperties->maxExtent.width = 4096; in get_image_format_properties() 651 pImageFormatProperties->maxExtent.height = 4096; in get_image_format_properties() 652 pImageFormatProperties->maxExtent.depth = 4096; in get_image_format_properties() 697 .maxExtent = { 0, 0, 0 }, in get_image_format_properties()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 828 VkExtent3D maxExtent; in anv_get_image_format_properties() local 846 maxExtent.width = 16384; in anv_get_image_format_properties() 847 maxExtent.height = 1; in anv_get_image_format_properties() 848 maxExtent.depth = 1; in anv_get_image_format_properties() 857 maxExtent.width = 16384; in anv_get_image_format_properties() 858 maxExtent.height = 16384; in anv_get_image_format_properties() 859 maxExtent.depth = 1; in anv_get_image_format_properties() 864 maxExtent.width = 2048; in anv_get_image_format_properties() 865 maxExtent.height = 2048; in anv_get_image_format_properties() 866 maxExtent.depth = 2048; in anv_get_image_format_properties() [all …]
|
/external/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 1446 pImageFormatProperties->maxExtent.depth = 1; in getImageFormatProperties() 1452 pImageFormatProperties->maxExtent.width = 1 << (vk::MAX_IMAGE_LEVELS_1D - 1); in getImageFormatProperties() 1453 pImageFormatProperties->maxExtent.height = 1; in getImageFormatProperties() 1459 pImageFormatProperties->maxExtent.width = 1 << (vk::MAX_IMAGE_LEVELS_CUBE - 1); in getImageFormatProperties() 1460 pImageFormatProperties->maxExtent.height = 1 << (vk::MAX_IMAGE_LEVELS_CUBE - 1); in getImageFormatProperties() 1465 pImageFormatProperties->maxExtent.width = 1 << (vk::MAX_IMAGE_LEVELS_2D - 1); in getImageFormatProperties() 1466 pImageFormatProperties->maxExtent.height = 1 << (vk::MAX_IMAGE_LEVELS_2D - 1); in getImageFormatProperties() 1480 pImageFormatProperties->maxExtent.width = 1 << (vk::MAX_IMAGE_LEVELS_3D - 1); in getImageFormatProperties() 1481 pImageFormatProperties->maxExtent.height = 1 << (vk::MAX_IMAGE_LEVELS_3D - 1); in getImageFormatProperties() 1482 pImageFormatProperties->maxExtent.depth = 1 << (vk::MAX_IMAGE_LEVELS_3D - 1); in getImageFormatProperties()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-hhea-table.hh | 68 FWORD maxExtent; /* horizontal: Max(lsb + (xMax - xMin)), member
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingWatertightnessTests.cpp | 249 const auto& maxExtent = formatProps.maxExtent; in checkSupport() local 251 …if (m_data.width > maxExtent.width || m_data.height > maxExtent.height || m_data.depth > maxExtent… in checkSupport()
|
D | vktRayTracingBuiltinTests.cpp | 1780 …if (properties.maxExtent.width < extent.width || properties.maxExtent.height < extent.height || pr… in checkFormatSupported()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 3910 const deUint32 fullMipPyramidSize = de::max(de::max(deLog2Floor32(properties.maxExtent.width), in imageFormatProperties() 3911 deLog2Floor32(properties.maxExtent.height)), in imageFormatProperties() 3912 deLog2Floor32(properties.maxExtent.depth)) + 1; in imageFormatProperties() 3916 … != VK_IMAGE_TYPE_1D || (properties.maxExtent.width >= 1 && properties.maxExtent.height == 1 && pr… in imageFormatProperties() 3917 … != VK_IMAGE_TYPE_2D || (properties.maxExtent.width >= 1 && properties.maxExtent.height >= 1 && pr… in imageFormatProperties() 3918 … != VK_IMAGE_TYPE_3D || (properties.maxExtent.width >= 1 && properties.maxExtent.height >= 1 && pr… in imageFormatProperties() 3932 …results.check(imageType != VK_IMAGE_TYPE_1D || (properties.maxExtent.width >= deviceLimits.maxImag… in imageFormatProperties() 3934 …results.check(imageType != VK_IMAGE_TYPE_2D || (properties.maxExtent.width >= deviceLimits.maxImag… in imageFormatProperties() 3935 properties.maxExtent.height >= deviceLimits.maxImageDimension2D), in imageFormatProperties() 3937 …results.check(imageType != VK_IMAGE_TYPE_3D || (properties.maxExtent.width >= deviceLimits.maxImag… in imageFormatProperties() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/modifiers/ |
D | vktModifiersTests.cpp | 268 …CK(imageProperties.imageFormatProperties.maxExtent.width >= 1 && imageProperties.imageFormatProper… in listModifiersCase()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSampleReadTests.cpp | 167 if (imageFormatProperties.maxExtent.width < imageExtent.width in createImage() 168 || imageFormatProperties.maxExtent.height < imageExtent.height in createImage()
|
D | vktRenderPassMultisampleTests.cpp | 266 if (imageFormatProperties.maxExtent.width < imageExtent.width in createImage() 267 || imageFormatProperties.maxExtent.height < imageExtent.height in createImage() 311 || extProperties.imageFormatProperties.maxExtent.width < imageExtent.width in createImage() 312 || extProperties.imageFormatProperties.maxExtent.height < imageExtent.height in createImage()
|
D | vktRenderPassDepthStencilResolveTests.cpp | 367 if (imageFormatProperties.maxExtent.width < imageExtent.width in createImage() 368 || imageFormatProperties.maxExtent.height < imageExtent.height in createImage()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 1160 pImageFormatProperties->maxExtent.width = 4096; in getPhysicalDeviceImageFormatProperties() 1161 pImageFormatProperties->maxExtent.height = 4096; in getPhysicalDeviceImageFormatProperties() 1162 pImageFormatProperties->maxExtent.depth = 4096; in getPhysicalDeviceImageFormatProperties()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRatePixelConsistency.cpp | 236 …if ((imageProperties.maxExtent.width < m_data.framebufferExtent.width) || (imageProperties.maxExte… in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 375 if (imageFormatProperties.maxExtent.width < textureDimension.x() || in updateTextureData() 376 imageFormatProperties.maxExtent.height < textureDimension.y() || in updateTextureData() 377 imageFormatProperties.maxExtent.depth < textureDimension.z()) in updateTextureData()
|
/external/skia/tests/ |
D | VkHardwareBufferTest.cpp | 633 REPORTER_ASSERT(reporter, DEV_W <= imageFormatProperties.maxExtent.width); in checkOptimalHardwareBuffer() 634 REPORTER_ASSERT(reporter, DEV_H <= imageFormatProperties.maxExtent.height); in checkOptimalHardwareBuffer()
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 623 REPORTER_ASSERT(reporter, DEV_W <= imageFormatProperties.maxExtent.width); in checkOptimalHardwareBuffer() 624 REPORTER_ASSERT(reporter, DEV_H <= imageFormatProperties.maxExtent.height); in checkOptimalHardwareBuffer()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_beta.h | 130 VkExtent2D maxExtent; member
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_beta.h | 130 VkExtent2D maxExtent; member
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 188 imageFormatProperties.maxExtent.height < requiredSize.height || in checkImageFormatProperties() 189 imageFormatProperties.maxExtent.width < requiredSize.width || in checkImageFormatProperties() 190 imageFormatProperties.maxExtent.depth < requiredSize.depth) in checkImageFormatProperties()
|
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 862 imageFormatProperties.maxExtent.height < requiredSize.height || in checkImageFormatProperties() 863 imageFormatProperties.maxExtent.width < requiredSize.width || in checkImageFormatProperties() 864 imageFormatProperties.maxExtent.depth < requiredSize.depth) in checkImageFormatProperties()
|