Home
last modified time | relevance | path

Searched refs:maxExtent (Results 1 – 25 of 45) sorted by relevance

12

/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_formats.c266 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()
310maxExtent.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/
DvktPipelineMultisampleBase.cpp119 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()
DvktPipelineImageSamplingInstance.cpp250 || 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/
Dtu_formats.c521 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/
Dradv_formats.c1145 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/
Dv3dv_formats.c636 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/
Danv_formats.c828 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/
DVkPhysicalDevice.cpp1446 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/
Dhb-ot-hhea-table.hh68 FWORD maxExtent; /* horizontal: Max(lsb + (xMax - xMin)), member
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingWatertightnessTests.cpp249 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()
DvktRayTracingBuiltinTests.cpp1780 …if (properties.maxExtent.width < extent.width || properties.maxExtent.height < extent.height || pr… in checkFormatSupported()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3910 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/
DvktModifiersTests.cpp268 …CK(imageProperties.imageFormatProperties.maxExtent.width >= 1 && imageProperties.imageFormatProper… in listModifiersCase()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp167 if (imageFormatProperties.maxExtent.width < imageExtent.width in createImage()
168 || imageFormatProperties.maxExtent.height < imageExtent.height in createImage()
DvktRenderPassMultisampleTests.cpp266 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()
DvktRenderPassDepthStencilResolveTests.cpp367 if (imageFormatProperties.maxExtent.width < imageExtent.width in createImage()
368 || imageFormatProperties.maxExtent.height < imageExtent.height in createImage()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1160 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/
DvktFragmentShadingRatePixelConsistency.cpp236 …if ((imageProperties.maxExtent.width < m_data.framebufferExtent.width) || (imageProperties.maxExte… in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp375 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/
DVkHardwareBufferTest.cpp633 REPORTER_ASSERT(reporter, DEV_W <= imageFormatProperties.maxExtent.width); in checkOptimalHardwareBuffer()
634 REPORTER_ASSERT(reporter, DEV_H <= imageFormatProperties.maxExtent.height); in checkOptimalHardwareBuffer()
/external/skqp/tests/
DVkHardwareBufferTest.cpp623 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/
Dvulkan_beta.h130 VkExtent2D maxExtent; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_beta.h130 VkExtent2D maxExtent; member
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp188 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/
DvktImagelessFramebufferTests.cpp862 imageFormatProperties.maxExtent.height < requiredSize.height || in checkImageFormatProperties()
863 imageFormatProperties.maxExtent.width < requiredSize.width || in checkImageFormatProperties()
864 imageFormatProperties.maxExtent.depth < requiredSize.depth) in checkImageFormatProperties()

12