Home | History | Annotate | Download | only in renderpass

Lines Matching refs:imageFormatProperties

224 		const VkImageFormatProperties	imageFormatProperties	(getPhysicalDeviceImageFormatProperties(vki, physicalDevice, vkFormat, imageType, imageTiling, usage, 0u));
240 if (imageFormatProperties.maxExtent.width < imageExtent.width
241 || imageFormatProperties.maxExtent.height < imageExtent.height
242 || ((imageFormatProperties.sampleCounts & sampleCountBit) == 0))