Searched refs:export_info (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_device_memory.c318 const VkExportMemoryAllocateInfo *export_info = NULL; local in function:vn_AllocateMemory
326 export_info = (void *)pnext;
327 if (export_info->handleTypes &
330 else if (!export_info->handleTypes)
331 export_info = NULL;
363 } else if (export_info) {
366 export_info->handleTypes);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1637 const VkExportMemoryAllocateInfo *export_info = NULL; local in function:lvp_AllocateMemory
1656 export_info = (VkExportMemoryAllocateInfo*)ext;
1657 assert(export_info->handleTypes == VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT);
1702 if (export_info) {
1710 else if (export_info) {
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c3651 const VkExportMemoryAllocateInfo *export_info = NULL; local in function:anv_AllocateMemory
3662 export_info = (void *)ext;
3707 if ((export_info && export_info->handleTypes) ||
3725 if (export_info && export_info->handleTypes &
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c2768 const VkExportMemoryAllocateInfo *export_info = local in function:anv_AllocateMemory
2775 if (export_info && export_info->handleTypes &
2884 if (export_info && export_info->handleTypes)
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c5255 const VkExportMemoryAllocateInfo *export_info = local in function:radv_alloc_memory
5266 !(export_info && (export_info->handleTypes &
5328 } else if (export_info && (export_info->handleTypes &
5380 if (!import_info && (!export_info || !export_info->handleTypes)) {
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c3195 const VkExportMemoryAllocateInfo *export_info = local in function:radv_alloc_memory
3272 if (!dedicate_info && !import_info && (!export_info || !export_info->handleTypes)) {

Completed in 33 milliseconds