Searched refs:loader_instance_heap_alloc (Results 1 – 9 of 9) sorted by relevance
| /third_party/vulkan-loader/loader/ |
| D | loader_windows.c | 126 … *reg_data = loader_instance_heap_alloc(inst, *total_size, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in windows_add_json_entry() 196 …manifest_path = loader_instance_heap_alloc(inst, requiredSize, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE… in windows_get_device_registry_entry() 258 …pDeviceNames = loader_instance_heap_alloc(inst, deviceNamesSize * sizeof(wchar_t), VK_SYSTEM_ALLOC… in windows_get_device_registry_files() 430 … *reg_data = loader_instance_heap_alloc(inst, *reg_data_size, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in windows_get_registry_files() 595 …adapters.adapters = loader_instance_heap_alloc(inst, sizeof(*adapters.adapters) * adapters.adapter… in windows_read_manifest_from_d3d_adapters() 1021 …WCHAR *buffer = loader_instance_heap_alloc(inst, sizeof(WCHAR) * bufferLength, VK_SYSTEM_ALLOCATIO… in windows_get_app_package_manifest_path() 1022 …PWSTR *packages = loader_instance_heap_alloc(inst, sizeof(PWSTR) * numPackages, VK_SYSTEM_ALLOCATI… in windows_get_app_package_manifest_path() 1052 ret = loader_instance_heap_alloc(inst, narrowPathLength, VK_SYSTEM_ALLOCATION_SCOPE_COMMAND); in windows_get_app_package_manifest_path()
|
| D | unknown_function_handling.c | 163 (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.h | 34 void *loader_instance_heap_alloc(const struct loader_instance *instance, size_t size, VkSystemAlloc…
|
| D | get_environment.c | 134 …char *val_utf8 = (char *)loader_instance_heap_alloc(inst, val_utf8_size * sizeof(char), VK_SYSTEM_… in loader_getenv()
|
| D | loader.c | 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() [all …]
|
| D | allocation.c | 105 void *loader_instance_heap_alloc(const struct loader_instance *inst, size_t size, VkSystemAllocatio… function
|
| D | extension_manual.c | 358 …ext_props = loader_instance_heap_alloc(icd_term->this_instance, sizeof(VkExtensionProperties) * ex… in terminator_GetPhysicalDeviceToolPropertiesEXT()
|
| D | wsi.c | 536 …VkIcdSurface *pIcdSurface = loader_instance_heap_alloc(instance, sizeof(VkIcdSurface), VK_SYSTEM_A… in AllocateIcdSurfaceStruct() 1205 …loader_instance_heap_alloc(loader_inst, sizeof(VkIcdSurfaceAndroid), VK_SYSTEM_ALLOCATION_SCOPE_OB… in terminator_CreateAndroidSurfaceKHR() 1255 …loader_instance_heap_alloc(loader_inst, sizeof(VkIcdSurfaceOHOS), VK_SYSTEM_ALLOCATION_SCOPE_OBJEC… in terminator_CreateSurfaceOHOS() 1455 …loader_instance_heap_alloc(loader_inst, sizeof(VkIcdSurfaceIOS), VK_SYSTEM_ALLOCATION_SCOPE_OBJECT… in terminator_CreateIOSSurfaceMVK()
|
| D | trampoline.c | 565 …ptr_instance->disp = loader_instance_heap_alloc(ptr_instance, sizeof(struct loader_instance_dispat… in vkCreateInstance()
|