Searched refs:external_info (Results 1 – 2 of 2) sorted by relevance
1208 const VkPhysicalDeviceExternalImageFormatInfoKHR *external_info = NULL; in radv_GetPhysicalDeviceImageFormatProperties2KHR() local1221 external_info = (const void *) s; in radv_GetPhysicalDeviceImageFormatProperties2KHR()1245 if (external_info && external_info->handleType != 0) { in radv_GetPhysicalDeviceImageFormatProperties2KHR()1246 switch (external_info->handleType) { in radv_GetPhysicalDeviceImageFormatProperties2KHR()1261 external_info->handleType); in radv_GetPhysicalDeviceImageFormatProperties2KHR()
882 const VkPhysicalDeviceExternalImageFormatInfoKHR *external_info = NULL; in anv_GetPhysicalDeviceImageFormatProperties2KHR() local891 external_info = (const void *) s; in anv_GetPhysicalDeviceImageFormatProperties2KHR()925 if (external_info && external_info->handleType != 0) { in anv_GetPhysicalDeviceImageFormatProperties2KHR()926 switch (external_info->handleType) { in anv_GetPhysicalDeviceImageFormatProperties2KHR()943 external_info->handleType); in anv_GetPhysicalDeviceImageFormatProperties2KHR()