Searched refs:ImageFormatProperties (Results 1 – 1 of 1) sorted by relevance
271 VkImageFormatProperties ImageFormatProperties; in vkCreateImage() local293 &ImageFormatProperties); in vkCreateImage()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()316 if (totalSize > ImageFormatProperties.maxResourceSize) { in vkCreateImage()321 totalSize, ImageFormatProperties.maxResourceSize); in vkCreateImage()324 if (pCreateInfo->mipLevels > ImageFormatProperties.maxMipLevels) { in vkCreateImage()[all …]