Lines Matching refs:loader_instance_heap_alloc
744 …loader_instance_heap_alloc(inst, sizeof(char *) * entry_count, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE… in loader_add_to_dev_ext_list()
753 … loader_instance_heap_alloc(inst, strlen(entrys[i]) + 1, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_add_to_dev_ext_list()
1322 …icd_tramp_list->scanned_list = loader_instance_heap_alloc(inst, icd_tramp_list->capacity, VK_SYSTE… in loader_scanned_icd_init()
1473 …new_scanned_icd->lib_name = (char *)loader_instance_heap_alloc(inst, strlen(filename) + 1, VK_SYST… in loader_scanned_icd_add()
1654 … json_buf = (char *)loader_instance_heap_alloc(inst, len + 1, VK_SYSTEM_ALLOCATION_SCOPE_COMMAND); in loader_get_json()
2093 …loader_instance_heap_alloc(inst, sizeof(char[MAX_STRING_SIZE]) * count, VK_SYSTEM_ALLOCATION_SCOPE… in loader_read_layer_json()
2141 props->blacklist_layer_names = loader_instance_heap_alloc( in loader_read_layer_json()
2179 …loader_instance_heap_alloc(inst, sizeof(char[MAX_STRING_SIZE]) * count, VK_SYSTEM_ALLOCATION_SCOPE… in loader_read_layer_json()
2477 …props->app_key_paths = loader_instance_heap_alloc(inst, sizeof(char[MAX_STRING_SIZE]) * props->num… in loader_read_layer_json()
2704 …out_files->filename_list = loader_instance_heap_alloc(inst, 64 * sizeof(char *), VK_SYSTEM_ALLOCAT… in check_and_adjust_data_file_list()
2738 loader_instance_heap_alloc(inst, strlen(file_name) + 1, VK_SYSTEM_ALLOCATION_SCOPE_COMMAND); in add_manifest_file()
2925 …loader_instance_heap_alloc(inst, strlen(home) + strlen(config_suffix) + 1, VK_SYSTEM_ALLOCATION_SC… in read_data_files_in_search_paths()
2936 …loader_instance_heap_alloc(inst, strlen(home) + strlen(data_suffix) + 1, VK_SYSTEM_ALLOCATION_SCOP… in read_data_files_in_search_paths()
3148 …char *tmp_search_path = loader_instance_heap_alloc(inst, search_path_size + 1, VK_SYSTEM_ALLOCATIO…
3624 …override_paths = loader_instance_heap_alloc(inst, override_path_size, VK_SYSTEM_ALLOCATION_SCOPE_C… in loader_scan_for_layers()
3761 …override_paths = loader_instance_heap_alloc(inst, override_path_size, VK_SYSTEM_ALLOCATION_SCOPE_C… in loader_scan_for_implicit_layers()
5741 …new_phys_devs[new_idx] = loader_instance_heap_alloc(inst, sizeof(struct loader_physical_device_tra… in setup_loader_tramp_phys_devs()
5863 …loader_instance_heap_alloc(inst, sizeof(struct loader_physical_device_term), VK_SYSTEM_ALLOCATION_… in allocate_new_phys_dev_at_idx()
6013 …loader_instance_heap_alloc(inst, sizeof(struct loader_physical_device_term), VK_SYSTEM_ALLOCATION_… in setup_loader_term_phys_devs()
6278 …icd_props_list = loader_instance_heap_alloc(icd_term->this_instance, sizeof(VkExtensionProperties)… in terminator_EnumerateDeviceExtensionProperties()
6821 … new_phys_dev_groups[idx] = (VkPhysicalDeviceGroupPropertiesKHR *)loader_instance_heap_alloc( in terminator_EnumeratePhysicalDeviceGroups()