Searched refs:external_info (Results 1 – 11 of 11) sorted by relevance
362 const VkPhysicalDeviceExternalImageFormatInfo *external_info = NULL; in panvk_GetPhysicalDeviceImageFormatProperties2() local381 external_info = (const void *) s; in panvk_GetPhysicalDeviceImageFormatProperties2()415 if (external_info && external_info->handleType != 0) { in panvk_GetPhysicalDeviceImageFormatProperties2()418 external_info->handleType, in panvk_GetPhysicalDeviceImageFormatProperties2()
306 const VkPhysicalDeviceExternalImageFormatInfo *external_info = NULL; in lvp_GetPhysicalDeviceImageFormatProperties2() local318 external_info = (const void *) s; in lvp_GetPhysicalDeviceImageFormatProperties2()339 if (external_info && external_info->handleType != 0) { in lvp_GetPhysicalDeviceImageFormatProperties2()344 switch (external_info->handleType) { in lvp_GetPhysicalDeviceImageFormatProperties2()
486 const VkPhysicalDeviceExternalImageFormatInfo *external_info = NULL; in v3dv_GetPhysicalDeviceImageFormatProperties2() local495 external_info = (const void *) s; in v3dv_GetPhysicalDeviceImageFormatProperties2()537 if (external_info && external_info->handleType != 0) { in v3dv_GetPhysicalDeviceImageFormatProperties2()538 switch (external_info->handleType) { in v3dv_GetPhysicalDeviceImageFormatProperties2()
545 const VkPhysicalDeviceExternalImageFormatInfo *external_info = NULL; in tu_GetPhysicalDeviceImageFormatProperties2() local563 external_info = (const void *) s; in tu_GetPhysicalDeviceImageFormatProperties2()597 if (external_info && external_info->handleType != 0) { in tu_GetPhysicalDeviceImageFormatProperties2()599 physical_device, base_info, external_info->handleType, in tu_GetPhysicalDeviceImageFormatProperties2()
573 const VkExternalMemoryImageCreateInfo *external_info = in tu_CreateImage() local575 image->shareable = external_info != NULL; in tu_CreateImage()
82 const VkExternalMemoryBufferCreateInfo *external_info = in vn_CreateBuffer() local86 external_info && in vn_CreateBuffer()87 external_info->handleTypes == in vn_CreateBuffer()
259 const VkExternalMemoryImageCreateInfo *external_info = in vn_CreateImage() local263 external_info && in vn_CreateImage()264 external_info->handleTypes == in vn_CreateImage()
2168 const VkPhysicalDeviceExternalImageFormatInfo *external_info = in vn_GetPhysicalDeviceImageFormatProperties2() local2171 if (external_info && !external_info->handleType) in vn_GetPhysicalDeviceImageFormatProperties2()2172 external_info = NULL; in vn_GetPhysicalDeviceImageFormatProperties2()2175 if (external_info) { in vn_GetPhysicalDeviceImageFormatProperties2()2176 if (!(external_info->handleType & supported_handle_types)) { in vn_GetPhysicalDeviceImageFormatProperties2()2181 if (external_info->handleType != renderer_handle_type) { in vn_GetPhysicalDeviceImageFormatProperties2()2196 if (result != VK_SUCCESS || !external_info) in vn_GetPhysicalDeviceImageFormatProperties2()2204 if (external_info->handleType == in vn_GetPhysicalDeviceImageFormatProperties2()
1334 const VkPhysicalDeviceExternalImageFormatInfo *external_info = NULL; in anv_GetPhysicalDeviceImageFormatProperties2() local1344 external_info = (const void *) s; in anv_GetPhysicalDeviceImageFormatProperties2()1399 if (external_info && external_info->handleType != 0) { in anv_GetPhysicalDeviceImageFormatProperties2()1446 switch (external_info->handleType) { in anv_GetPhysicalDeviceImageFormatProperties2()1519 external_info->handleType); in anv_GetPhysicalDeviceImageFormatProperties2()
1737 const VkPhysicalDeviceExternalImageFormatInfo *external_info = NULL; in radv_GetPhysicalDeviceImageFormatProperties2() local1755 external_info = (const void *)s; in radv_GetPhysicalDeviceImageFormatProperties2()1798 if (external_info && external_info->handleType != 0) { in radv_GetPhysicalDeviceImageFormatProperties2()1799 get_external_image_format_properties(physical_device, base_info, external_info->handleType, in radv_GetPhysicalDeviceImageFormatProperties2()1812 external_info->handleType); in radv_GetPhysicalDeviceImageFormatProperties2()
1750 const VkExternalMemoryImageCreateInfo *external_info = in radv_image_create() local1753 image->shareable = external_info; in radv_image_create()1772 external_info && (external_info->handleTypes & in radv_image_create()