Searched refs:loader_instance_heap_alloc (Results 1 – 9 of 9) sorted by relevance
| /third_party/vulkan-loader/loader/ |
| D | loader_windows.c | 131 … *reg_data = loader_instance_heap_alloc(inst, *total_size, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in windows_add_json_entry() 201 …manifest_path = loader_instance_heap_alloc(inst, requiredSize, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE… in windows_get_device_registry_entry() 263 …pDeviceNames = loader_instance_heap_alloc(inst, deviceNamesSize * sizeof(wchar_t), VK_SYSTEM_ALLOC… in windows_get_device_registry_files() 435 … *reg_data = loader_instance_heap_alloc(inst, *reg_data_size, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in windows_get_registry_files() 602 …adapters.adapters = loader_instance_heap_alloc(inst, sizeof(*adapters.adapters) * adapters.adapter… in windows_read_manifest_from_d3d_adapters() 1119 …WCHAR *buffer = loader_instance_heap_alloc(inst, sizeof(WCHAR) * bufferLength, VK_SYSTEM_ALLOCATIO… in windows_get_app_package_manifest_path() 1120 …PWSTR *packages = loader_instance_heap_alloc(inst, sizeof(PWSTR) * numPackages, VK_SYSTEM_ALLOCATI… in windows_get_app_package_manifest_path() 1150 ret = loader_instance_heap_alloc(inst, narrowPathLength, VK_SYSTEM_ALLOCATION_SCOPE_COMMAND); in windows_get_app_package_manifest_path()
|
| D | allocation.h | 34 void *loader_instance_heap_alloc(const struct loader_instance *instance, size_t size, VkSystemAlloc…
|
| D | unknown_function_handling.c | 162 (char *)loader_instance_heap_alloc(inst, funcName_len, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_dev_ext_gpa_impl() 274 … (char *)loader_instance_heap_alloc(inst, funcName_len, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_phys_dev_ext_gpa_impl()
|
| D | allocation.c | 105 void *loader_instance_heap_alloc(const struct loader_instance *inst, size_t size, VkSystemAllocatio… function
|
| D | extension_manual.c | 370 …ext_props = loader_instance_heap_alloc(icd_term->this_instance, sizeof(VkExtensionProperties) * ex… in terminator_GetPhysicalDeviceToolPropertiesEXT()
|
| D | loader_environment.c | 150 …char *val_utf8 = (char *)loader_instance_heap_alloc(inst, val_utf8_size * sizeof(char), VK_SYSTEM_… in loader_getenv()
|
| D | wsi.c | 561 …VkIcdSurface *pIcdSurface = loader_instance_heap_alloc(instance, sizeof(VkIcdSurface), VK_SYSTEM_A… in AllocateIcdSurfaceStruct() 1229 …loader_instance_heap_alloc(loader_inst, sizeof(VkIcdSurfaceAndroid), VK_SYSTEM_ALLOCATION_SCOPE_OB… in terminator_CreateAndroidSurfaceKHR() 1277 …loader_instance_heap_alloc(loader_inst, sizeof(VkIcdSurfaceOHOS), VK_SYSTEM_ALLOCATION_SCOPE_OBJEC… in terminator_CreateSurfaceOHOS() 1506 …loader_instance_heap_alloc(loader_inst, sizeof(VkIcdSurfaceIOS), VK_SYSTEM_ALLOCATION_SCOPE_OBJECT… in terminator_CreateIOSSurfaceMVK()
|
| D | loader.c | 1395 …icd_tramp_list->scanned_list = loader_instance_heap_alloc(inst, icd_tramp_list->capacity, VK_SYSTE… in loader_scanned_icd_init() 3271 …char *tmp_search_path = loader_instance_heap_alloc(inst, search_path_size + 1, VK_SYSTEM_ALLOCATIO… 3781 …*override_paths = loader_instance_heap_alloc(inst, override_path_size, VK_SYSTEM_ALLOCATION_SCOPE_… in get_override_layer_override_paths() 5997 …new_phys_devs[new_idx] = loader_instance_heap_alloc(inst, sizeof(struct loader_physical_device_tra… 6140 …loader_instance_heap_alloc(inst, sizeof(struct loader_physical_device_term), VK_SYSTEM_ALLOCATION_… 6279 …loader_instance_heap_alloc(inst, sizeof(struct loader_physical_device_term), VK_SYSTEM_ALLOCATION_… 6582 …all_exts.list = loader_instance_heap_alloc(icd_term->this_instance, all_exts.capacity, VK_SYSTEM_A… 7114 … new_phys_dev_groups[idx] = (VkPhysicalDeviceGroupProperties *)loader_instance_heap_alloc(
|
| D | trampoline.c | 710 …ptr_instance->disp = loader_instance_heap_alloc(ptr_instance, sizeof(struct loader_instance_dispat… in vkCreateInstance()
|