Home
last modified time | relevance | path

Searched refs:external_info (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_formats.c362 const VkPhysicalDeviceExternalImageFormatInfo *external_info = NULL; in panvk_GetPhysicalDeviceImageFormatProperties2() local
381 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()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_formats.c306 const VkPhysicalDeviceExternalImageFormatInfo *external_info = NULL; in lvp_GetPhysicalDeviceImageFormatProperties2() local
318 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()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_formats.c486 const VkPhysicalDeviceExternalImageFormatInfo *external_info = NULL; in v3dv_GetPhysicalDeviceImageFormatProperties2() local
495 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()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.c545 const VkPhysicalDeviceExternalImageFormatInfo *external_info = NULL; in tu_GetPhysicalDeviceImageFormatProperties2() local
563 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()
Dtu_image.c573 const VkExternalMemoryImageCreateInfo *external_info = in tu_CreateImage() local
575 image->shareable = external_info != NULL; in tu_CreateImage()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_buffer.c82 const VkExternalMemoryBufferCreateInfo *external_info = in vn_CreateBuffer() local
86 external_info && in vn_CreateBuffer()
87 external_info->handleTypes == in vn_CreateBuffer()
Dvn_image.c259 const VkExternalMemoryImageCreateInfo *external_info = in vn_CreateImage() local
263 external_info && in vn_CreateImage()
264 external_info->handleTypes == in vn_CreateImage()
Dvn_physical_device.c2168 const VkPhysicalDeviceExternalImageFormatInfo *external_info = in vn_GetPhysicalDeviceImageFormatProperties2() local
2171 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()
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c1334 const VkPhysicalDeviceExternalImageFormatInfo *external_info = NULL; in anv_GetPhysicalDeviceImageFormatProperties2() local
1344 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()
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c1737 const VkPhysicalDeviceExternalImageFormatInfo *external_info = NULL; in radv_GetPhysicalDeviceImageFormatProperties2() local
1755 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()
Dradv_image.c1750 const VkExternalMemoryImageCreateInfo *external_info = in radv_image_create() local
1753 image->shareable = external_info; in radv_image_create()
1772 external_info && (external_info->handleTypes & in radv_image_create()