Searched refs:export_info (Results 1 – 9 of 9) sorted by relevance
94 pub export_info: export_args,99 pub export_info: export_args,107 pub export_info: export_args,139 pub export_info: export_args,148 pub export_info: export_args,
68 const LinkageSymbolInfo& export_info) in LinkageEntry()69 : imported_symbol(import_info), exported_symbol(export_info) {} in LinkageEntry()
353 .export_info(handle_type) in allocate_memory()
3484 const VkExportMemoryAllocateInfo *export_info = NULL; in anv_AllocateMemory() local3495 export_info = (void *)ext; in anv_AllocateMemory()3540 if ((export_info && export_info->handleTypes) || in anv_AllocateMemory()3558 if (export_info && export_info->handleTypes & in anv_AllocateMemory()
5218 const VkExportMemoryAllocateInfo *export_info = in radv_alloc_memory() local5230 …!(export_info && (export_info->handleTypes & VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFE… in radv_alloc_memory()5276 …} else if(export_info && (export_info->handleTypes & VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWA… in radv_alloc_memory()5333 if (!dedicate_info && !import_info && (!export_info || !export_info->handleTypes)) { in radv_alloc_memory()
6580 …VkExportMemoryAllocateInfoKHR export_info = {VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO_KHR, nu… in TEST_F() local6581 alloc_info.pNext = &export_info; in TEST_F()6587 export_info.pNext = &dedicated_info; in TEST_F()
304 auto export_info = lvl_find_in_chain<VkExportMemoryAllocateInfo>(pAllocateInfo->pNext); in AddMemObjInfo() local305 if (export_info) { in AddMemObjInfo()307 mem_info->export_handle_type_flags = export_info->handleTypes; in AddMemObjInfo()