Searched refs:maxExtent (Results 1 – 11 of 11) sorted by relevance
1832 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 …]
70 FWORD maxExtent; /* horizontal: Max(lsb + (xMax - xMin)), member
298 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()
383 if (formatProperties.maxExtent.width == 0 && in ImageSamplingInstance()384 formatProperties.maxExtent.height == 0 && in ImageSamplingInstance()385 formatProperties.maxExtent.depth == 0) in ImageSamplingInstance()
76 visitor->Visit("maxExtent", &properties->maxExtent) && in Iterate()
112 VkExtent3D maxExtent; member
1590 s << "\tmaxExtent = " << value.maxExtent << '\n';
1222 VkExtent3D maxExtent; member
1231 VkExtent3D maxExtent; member
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...