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

/external/harfbuzz_ng/src/
H A Dhb-ot-hhea-table.hh70 FWORD maxExtent; /* horizontal: Max(lsb + (xMax - xMin)), member in struct:OT::_hea
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1877 const deUint32 fullMipPyramidSize = de::max(de::max(deLog2Ceil32(properties.maxExtent.width),
1878 deLog2Ceil32(properties.maxExtent.height)),
1879 deLog2Ceil32(properties.maxExtent.depth)) + 1;
1883 results.check(imageType != VK_IMAGE_TYPE_1D || (properties.maxExtent.width >= 1 && properties.maxExtent.height == 1 && properties.maxExtent.depth == 1), "Invalid dimensions for 1D image");
1884 results.check(imageType != VK_IMAGE_TYPE_2D || (properties.maxExtent.width >= 1 && properties.maxExtent.height >= 1 && properties.maxExtent.depth == 1), "Invalid dimensions for 2D image");
1885 results.check(imageType != VK_IMAGE_TYPE_3D || (properties.maxExtent
[all...]
/external/vulkan-validation-layers/layers/
H A Dimage.cpp298 if ((pCreateInfo->extent.depth > ImageFormatProperties.maxExtent.depth) ||
299 (pCreateInfo->extent.width > ImageFormatProperties.maxExtent.width) ||
300 (pCreateInfo->extent.height > ImageFormatProperties.maxExtent.height)) {
306 ImageFormatProperties.maxExtent.width, ImageFormatProperties.maxExtent.height,
307 ImageFormatProperties.maxExtent.depth, string_VkFormat(pCreateInfo->format));
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp390 if (formatProperties.maxExtent.width == 0 &&
391 formatProperties.maxExtent.height == 0 &&
392 formatProperties.maxExtent.depth == 0)
/external/vulkan-validation-layers/libs/vkjson/
H A Dvkjson.cc76 visitor->Visit("maxExtent", &properties->maxExtent) &&
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkStructTypes.inl112 VkExtent3D maxExtent;
H A DvkStrUtilImpl.inl1590 s << "\tmaxExtent = " << value.maxExtent << '\n';
/external/skia/third_party/vulkan/
H A Dvulkan.h1222 VkExtent3D maxExtent; member in struct:VkImageFormatProperties
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h1231 VkExtent3D maxExtent; member in struct:VkImageFormatProperties
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 167 milliseconds