Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1832 const deUint32 fullMipPyramidSize = de::max(de::max(deLog2Ceil32(properties.maxExtent.width), in imageFormatProperties()
1833 deLog2Ceil32(properties.maxExtent.height)), in imageFormatProperties()
1834 deLog2Ceil32(properties.maxExtent.depth)) + 1; in imageFormatProperties()
1838 … != VK_IMAGE_TYPE_1D || (properties.maxExtent.width >= 1 && properties.maxExtent.height == 1 && pr… in imageFormatProperties()
1839 … != VK_IMAGE_TYPE_2D || (properties.maxExtent.width >= 1 && properties.maxExtent.height >= 1 && pr… in imageFormatProperties()
1840 … != VK_IMAGE_TYPE_3D || (properties.maxExtent.width >= 1 && properties.maxExtent.height >= 1 && pr… in imageFormatProperties()
1853 …results.check(imageType != VK_IMAGE_TYPE_1D || (properties.maxExtent.width >= deviceLimits.maxImag… in imageFormatProperties()
1855 …results.check(imageType != VK_IMAGE_TYPE_2D || (properties.maxExtent.width >= deviceLimits.maxImag… in imageFormatProperties()
1856 properties.maxExtent.height >= deviceLimits.maxImageDimension2D), in imageFormatProperties()
1858 …results.check(imageType != VK_IMAGE_TYPE_3D || (properties.maxExtent.width >= deviceLimits.maxImag… in imageFormatProperties()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-hhea-table.hh70 FWORD maxExtent; /* horizontal: Max(lsb + (xMax - xMin)), member
/external/vulkan-validation-layers/layers/
Dimage.cpp298 if ((pCreateInfo->extent.depth > ImageFormatProperties.maxExtent.depth) || in vkCreateImage()
299 (pCreateInfo->extent.width > ImageFormatProperties.maxExtent.width) || in vkCreateImage()
300 (pCreateInfo->extent.height > ImageFormatProperties.maxExtent.height)) { in vkCreateImage()
306 … ImageFormatProperties.maxExtent.width, ImageFormatProperties.maxExtent.height, in vkCreateImage()
307 … ImageFormatProperties.maxExtent.depth, string_VkFormat(pCreateInfo->format)); in vkCreateImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp383 if (formatProperties.maxExtent.width == 0 && in ImageSamplingInstance()
384 formatProperties.maxExtent.height == 0 && in ImageSamplingInstance()
385 formatProperties.maxExtent.depth == 0) in ImageSamplingInstance()
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc76 visitor->Visit("maxExtent", &properties->maxExtent) && in Iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl112 VkExtent3D maxExtent; member
DvkStrUtilImpl.inl1590 s << "\tmaxExtent = " << value.maxExtent << '\n';
/external/skia/third_party/vulkan/
Dvulkan.h1222 VkExtent3D maxExtent; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1231 VkExtent3D maxExtent; member
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...