Home
last modified time | relevance | path

Searched refs:maxExtent (Results 1 - 25 of 70) sorted by relevance

123

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_formats.c147 VkExtent3D maxExtent; in get_image_format_properties() local
192 maxExtent.width = 16384; in get_image_format_properties()
193 maxExtent.height = 1; in get_image_format_properties()
194 maxExtent.depth = 1; in get_image_format_properties()
199 maxExtent.width = 16384; in get_image_format_properties()
200 maxExtent.height = 16384; in get_image_format_properties()
201 maxExtent.depth = 1; in get_image_format_properties()
206 maxExtent.width = 2048; in get_image_format_properties()
207 maxExtent.height = 2048; in get_image_format_properties()
208 maxExtent in get_image_format_properties()
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_formats.c352 VkExtent3D maxExtent; in tu_get_image_format_properties() local
413 maxExtent.width = 16384; in tu_get_image_format_properties()
414 maxExtent.height = 1; in tu_get_image_format_properties()
415 maxExtent.depth = 1; in tu_get_image_format_properties()
420 maxExtent.width = 16384; in tu_get_image_format_properties()
421 maxExtent.height = 16384; in tu_get_image_format_properties()
422 maxExtent.depth = 1; in tu_get_image_format_properties()
427 maxExtent.width = 2048; in tu_get_image_format_properties()
428 maxExtent.height = 2048; in tu_get_image_format_properties()
429 maxExtent in tu_get_image_format_properties()
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_formats.c205 VkExtent3D maxExtent; in lvp_get_image_format_properties() local
232 maxExtent.width = max_2d_ext; in lvp_get_image_format_properties()
233 maxExtent.height = 1; in lvp_get_image_format_properties()
234 maxExtent.depth = 1; in lvp_get_image_format_properties()
239 maxExtent.width = max_2d_ext; in lvp_get_image_format_properties()
240 maxExtent.height = max_2d_ext; in lvp_get_image_format_properties()
241 maxExtent.depth = 1; in lvp_get_image_format_properties()
251 maxExtent.width = max_2d_ext; in lvp_get_image_format_properties()
252 maxExtent.height = max_2d_ext; in lvp_get_image_format_properties()
253 maxExtent in lvp_get_image_format_properties()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBase.cpp121 if (imageFormatProps.maxExtent.width < imageInfo.extent.width || in validateImageInfo()
122 imageFormatProps.maxExtent.height < imageInfo.extent.height || in validateImageInfo()
123 imageFormatProps.maxExtent.depth < imageInfo.extent.depth) in validateImageInfo()
132 << imageFormatProps.maxExtent.width << ", " in validateImageInfo()
133 << imageFormatProps.maxExtent.height << ", " in validateImageInfo()
134 << imageFormatProps.maxExtent.depth in validateImageInfo()
H A DvktPipelineRenderToImageTests.cpp820 imageSize.x() = std::min(static_cast<deUint32>(imageSize.x()), colorImageFormatProperties.maxExtent.width); in testWithSizeReduction()
821 imageSize.y() = std::min(static_cast<deUint32>(imageSize.y()), colorImageFormatProperties.maxExtent.height); in testWithSizeReduction()
822 imageSize.z() = std::min(static_cast<deUint32>(imageSize.z()), colorImageFormatProperties.maxExtent.depth); in testWithSizeReduction()
841 imageSize.x() = std::min(static_cast<deUint32>(imageSize.x()), depthStencilImageFormatProperties.maxExtent.width); in testWithSizeReduction()
842 imageSize.y() = std::min(static_cast<deUint32>(imageSize.y()), depthStencilImageFormatProperties.maxExtent.height); in testWithSizeReduction()
843 imageSize.z() = std::min(static_cast<deUint32>(imageSize.z()), depthStencilImageFormatProperties.maxExtent.depth); in testWithSizeReduction()
H A DvktPipelineImageSamplingInstance.cpp252 || extProperties.imageFormatProperties.maxExtent.width < (deUint32)params.imageSize.x() in checkSupportImageSamplingInstance()
253 || extProperties.imageFormatProperties.maxExtent.height < (deUint32)params.imageSize.y()) in checkSupportImageSamplingInstance()
314 if (formatProperties.maxExtent.width == 0 && in checkSupportImageSamplingInstance()
315 formatProperties.maxExtent.height == 0 && in checkSupportImageSamplingInstance()
316 formatProperties.maxExtent.depth == 0) in checkSupportImageSamplingInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A 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()
H A 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()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_formats.c463 pImageFormatProperties->maxExtent.width = V3D_MAX_IMAGE_DIMENSION; in get_image_format_properties()
464 pImageFormatProperties->maxExtent.height = 1; in get_image_format_properties()
465 pImageFormatProperties->maxExtent.depth = 1; in get_image_format_properties()
470 pImageFormatProperties->maxExtent.width = V3D_MAX_IMAGE_DIMENSION; in get_image_format_properties()
471 pImageFormatProperties->maxExtent.height = V3D_MAX_IMAGE_DIMENSION; in get_image_format_properties()
472 pImageFormatProperties->maxExtent.depth = 1; in get_image_format_properties()
477 pImageFormatProperties->maxExtent.width = V3D_MAX_IMAGE_DIMENSION; in get_image_format_properties()
478 pImageFormatProperties->maxExtent.height = V3D_MAX_IMAGE_DIMENSION; in get_image_format_properties()
479 pImageFormatProperties->maxExtent.depth = V3D_MAX_IMAGE_DIMENSION; in get_image_format_properties()
524 .maxExtent in get_image_format_properties()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_formats.c1426 props->maxExtent.width = MIN2(props->maxExtent.width, max_width); in radv_check_modifier_support()
1427 props->maxExtent.height = MIN2(props->maxExtent.width, max_height); in radv_check_modifier_support()
1474 VkExtent3D maxExtent; in radv_get_image_format_properties() local
1507 maxExtent.width = 16384; in radv_get_image_format_properties()
1508 maxExtent.height = 1; in radv_get_image_format_properties()
1509 maxExtent.depth = 1; in radv_get_image_format_properties()
1514 maxExtent.width = 16384; in radv_get_image_format_properties()
1515 maxExtent in radv_get_image_format_properties()
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_formats.c1001 VkExtent3D maxExtent; in anv_get_image_format_properties() local
1052 maxExtent.width = 16384; in anv_get_image_format_properties()
1053 maxExtent.height = 1; in anv_get_image_format_properties()
1054 maxExtent.depth = 1; in anv_get_image_format_properties()
1063 maxExtent.width = 16384; in anv_get_image_format_properties()
1064 maxExtent.height = 16384; in anv_get_image_format_properties()
1065 maxExtent.depth = 1; in anv_get_image_format_properties()
1071 maxExtent.width = 2048; in anv_get_image_format_properties()
1072 maxExtent.height = 2048; in anv_get_image_format_properties()
1073 maxExtent in anv_get_image_format_properties()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp1678 pImageFormatProperties->maxExtent.depth = 1; in getImageFormatProperties()
1684 pImageFormatProperties->maxExtent.width = 1 << (vk::MAX_IMAGE_LEVELS_1D - 1); in getImageFormatProperties()
1685 pImageFormatProperties->maxExtent.height = 1; in getImageFormatProperties()
1691 pImageFormatProperties->maxExtent.width = 1 << (vk::MAX_IMAGE_LEVELS_CUBE - 1); in getImageFormatProperties()
1692 pImageFormatProperties->maxExtent.height = 1 << (vk::MAX_IMAGE_LEVELS_CUBE - 1); in getImageFormatProperties()
1697 pImageFormatProperties->maxExtent.width = 1 << (vk::MAX_IMAGE_LEVELS_2D - 1); in getImageFormatProperties()
1698 pImageFormatProperties->maxExtent.height = 1 << (vk::MAX_IMAGE_LEVELS_2D - 1); in getImageFormatProperties()
1712 pImageFormatProperties->maxExtent.width = 1 << (vk::MAX_IMAGE_LEVELS_3D - 1); in getImageFormatProperties()
1713 pImageFormatProperties->maxExtent.height = 1 << (vk::MAX_IMAGE_LEVELS_3D - 1); in getImageFormatProperties()
1714 pImageFormatProperties->maxExtent in getImageFormatProperties()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DTexture.cpp182 Extent3D maxExtent; in ValidateTextureSize() local
185 maxExtent = {limits.v1.maxTextureDimension2D, limits.v1.maxTextureDimension2D, in ValidateTextureSize()
189 maxExtent = {limits.v1.maxTextureDimension3D, limits.v1.maxTextureDimension3D, in ValidateTextureSize()
196 DAWN_INVALID_IF(descriptor->size.width > maxExtent.width || in ValidateTextureSize()
197 descriptor->size.height > maxExtent.height || in ValidateTextureSize()
198 descriptor->size.depthOrArrayLayers > maxExtent.depthOrArrayLayers, in ValidateTextureSize()
200 &descriptor->size, &maxExtent); in ValidateTextureSize()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp1008 props.maxExtent = {static_cast<uint32_t>(rand() % 512), static_cast<uint32_t>(rand() % 512), in FillInRandomImageFormatData()
1083 ASSERT_EQ(props.maxExtent.width, props2.imageFormatProperties.maxExtent.width); in TEST()
1084 ASSERT_EQ(props.maxExtent.height, props2.imageFormatProperties.maxExtent.height); in TEST()
1085 ASSERT_EQ(props.maxExtent.depth, props2.imageFormatProperties.maxExtent.depth); in TEST()
1135 ASSERT_EQ(props.maxExtent.width, props2.imageFormatProperties.maxExtent.width); in TEST()
1136 ASSERT_EQ(props.maxExtent in TEST()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-hhea-table.hh70 FWORD maxExtent; /* horizontal: Max(lsb + (xMax - xMin)), member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingWatertightnessTests.cpp269 const auto& maxExtent = formatProps.maxExtent; in checkSupport() local
271 if (m_data.width > maxExtent.width || m_data.height > maxExtent.height || m_data.depth > maxExtent.depth) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingWatertightnessTests.cpp269 const auto& maxExtent = formatProps.maxExtent; in checkSupport() local
271 if (m_data.width > maxExtent.width || m_data.height > maxExtent.height || m_data.depth > maxExtent.depth) in checkSupport()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c862 properties->imageFormatProperties.maxExtent.width = max_extent; in dzn_physical_device_get_image_format_properties()
863 properties->imageFormatProperties.maxExtent.height = 1; in dzn_physical_device_get_image_format_properties()
864 properties->imageFormatProperties.maxExtent.depth = 1; in dzn_physical_device_get_image_format_properties()
867 properties->imageFormatProperties.maxExtent.width = max_extent; in dzn_physical_device_get_image_format_properties()
868 properties->imageFormatProperties.maxExtent.height = max_extent; in dzn_physical_device_get_image_format_properties()
869 properties->imageFormatProperties.maxExtent.depth = 1; in dzn_physical_device_get_image_format_properties()
872 properties->imageFormatProperties.maxExtent.width = max_extent; in dzn_physical_device_get_image_format_properties()
873 properties->imageFormatProperties.maxExtent.height = max_extent; in dzn_physical_device_get_image_format_properties()
874 properties->imageFormatProperties.maxExtent.depth = max_extent; in dzn_physical_device_get_image_format_properties()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_drm.c404 pCreateInfo->imageExtent.width <= format_props.imageFormatProperties.maxExtent.width && in wsi_configure_native_image()
405 pCreateInfo->imageExtent.height <= format_props.imageFormatProperties.maxExtent.height) in wsi_configure_native_image()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDmaBufImageSiblingVkLinux.cpp412 imageFormatProperties.imageFormatProperties.maxExtent.width; in initImpl()
414 imageFormatProperties.imageFormatProperties.maxExtent.height; in initImpl()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp4400 const deUint32 fullMipPyramidSize = de::max(de::max(deLog2Floor32(properties.maxExtent.width), in imageFormatProperties()
4401 deLog2Floor32(properties.maxExtent.height)), in imageFormatProperties()
4402 deLog2Floor32(properties.maxExtent.depth)) + 1; in imageFormatProperties()
4406 results.check(imageType != VK_IMAGE_TYPE_1D || (properties.maxExtent.width >= 1 && properties.maxExtent.height == 1 && properties.maxExtent.depth == 1), "Invalid dimensions for 1D image"); in imageFormatProperties()
4407 results.check(imageType != VK_IMAGE_TYPE_2D || (properties.maxExtent.width >= 1 && properties.maxExtent.height >= 1 && properties.maxExtent.depth == 1), "Invalid dimensions for 2D image"); in imageFormatProperties()
4408 results.check(imageType != VK_IMAGE_TYPE_3D || (properties.maxExtent in imageFormatProperties()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp4405 const deUint32 fullMipPyramidSize = de::max(de::max(deLog2Floor32(properties.maxExtent.width), in imageFormatProperties()
4406 deLog2Floor32(properties.maxExtent.height)), in imageFormatProperties()
4407 deLog2Floor32(properties.maxExtent.depth)) + 1; in imageFormatProperties()
4411 results.check(imageType != VK_IMAGE_TYPE_1D || (properties.maxExtent.width >= 1 && properties.maxExtent.height == 1 && properties.maxExtent.depth == 1), "Invalid dimensions for 1D image"); in imageFormatProperties()
4412 results.check(imageType != VK_IMAGE_TYPE_2D || (properties.maxExtent.width >= 1 && properties.maxExtent.height >= 1 && properties.maxExtent.depth == 1), "Invalid dimensions for 2D image"); in imageFormatProperties()
4413 results.check(imageType != VK_IMAGE_TYPE_3D || (properties.maxExtent in imageFormatProperties()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp167 if (imageFormatProperties.maxExtent.width < imageExtent.width in createImage()
168 || imageFormatProperties.maxExtent.height < imageExtent.height in createImage()
H A DvktRenderPassMultisampleTests.cpp265 if (imageFormatProperties.maxExtent.width < imageExtent.width in createImage()
266 || imageFormatProperties.maxExtent.height < imageExtent.height in createImage()
310 || extProperties.imageFormatProperties.maxExtent.width < imageExtent.width in createImage()
311 || extProperties.imageFormatProperties.maxExtent.height < imageExtent.height in createImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp167 if (imageFormatProperties.maxExtent.width < imageExtent.width in createImage()
168 || imageFormatProperties.maxExtent.height < imageExtent.height in createImage()

Completed in 68 milliseconds

123