Searched refs:imageFormatInfo (Results 1 – 2 of 2) sorted by relevance
255 VkPhysicalDeviceImageFormatInfo2 imageFormatInfo; in InitializeWindowInfoStruct() local256 imageFormatInfo.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2; in InitializeWindowInfoStruct()257 imageFormatInfo.pNext = &externalImageFormatInfo; in InitializeWindowInfoStruct()258 imageFormatInfo.format = vkPixelFormat; in InitializeWindowInfoStruct()259 imageFormatInfo.type = VK_IMAGE_TYPE_2D; in InitializeWindowInfoStruct()260 imageFormatInfo.tiling = VK_IMAGE_TILING_OPTIMAL; in InitializeWindowInfoStruct()263 imageFormatInfo.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_SAMPLED_BIT | in InitializeWindowInfoStruct()265 imageFormatInfo.flags = 0; in InitializeWindowInfoStruct()276 vkManager.mPhysicalDevice, &imageFormatInfo, &imgFormProps); in InitializeWindowInfoStruct()
1179 VkPhysicalDeviceImageFormatInfo2 imageFormatInfo = {}; in GetPhysicalDeviceSurfaceFormats2KHR() local1180 imageFormatInfo.sType = in GetPhysicalDeviceSurfaceFormats2KHR()1182 imageFormatInfo.format = in GetPhysicalDeviceSurfaceFormats2KHR()1184 imageFormatInfo.type = VK_IMAGE_TYPE_2D; in GetPhysicalDeviceSurfaceFormats2KHR()1185 imageFormatInfo.usage = in GetPhysicalDeviceSurfaceFormats2KHR()1187 imageFormatInfo.pNext = nullptr; in GetPhysicalDeviceSurfaceFormats2KHR()1192 compressionControl.pNext = imageFormatInfo.pNext; in GetPhysicalDeviceSurfaceFormats2KHR()1196 imageFormatInfo.pNext = &compressionControl; in GetPhysicalDeviceSurfaceFormats2KHR()1210 physicalDevice, &imageFormatInfo, in GetPhysicalDeviceSurfaceFormats2KHR()