Searched refs:loader_instance_heap_calloc (Results 1 – 6 of 6) sorted by relevance
/third_party/vulkan-loader/loader/ |
D | allocation.h | 35 void *loader_instance_heap_calloc(const struct loader_instance *instance, size_t size, VkSystemAllo…
|
D | allocation.c | 109 void *loader_instance_heap_calloc(const struct loader_instance *inst, size_t size, VkSystemAllocati… function
|
D | loader_linux.c | 241 struct LinuxSortedDeviceInfo *sorted_device_info = loader_instance_heap_calloc( in linux_read_sorted_physical_devices()
|
D | loader.c | 341 …loader_instance_heap_calloc(inst, sizeof(struct loader_layer_properties) * 64, VK_SYSTEM_ALLOCATIO… in loader_get_next_layer_property_slot() 643 …list_info->list = loader_instance_heap_calloc(inst, capacity, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_init_generic_list() 781 …list->list = loader_instance_heap_calloc(inst, list->capacity, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE… in loader_init_layer_list() 1255 …icd_term = loader_instance_heap_calloc(ptr_inst, sizeof(struct loader_icd_term), VK_SYSTEM_ALLOCAT… in loader_icd_add() 3037 …search_path = loader_instance_heap_calloc(inst, search_path_size, VK_SYSTEM_ALLOCATION_SCOPE_COMMA… 5713 …new_phys_devs = loader_instance_heap_calloc(inst, sizeof(struct loader_physical_device_tramp *) * … in setup_loader_tramp_phys_devs() 5981 …new_phys_devs = loader_instance_heap_calloc(inst, sizeof(struct loader_physical_device_term *) * n… in setup_loader_term_phys_devs() 6597 new_phys_dev_groups = (VkPhysicalDeviceGroupProperties **)loader_instance_heap_calloc( in terminator_EnumeratePhysicalDeviceGroups()
|
D | loader_windows.c | 800 …*sorted_devices = loader_instance_heap_calloc(inst, sorted_alloc * sizeof(struct loader_phys_dev_p… in windows_read_sorted_physical_devices()
|
D | wsi.c | 545 …pIcdSurface->real_icd_surfaces = loader_instance_heap_calloc(instance, sizeof(VkSurfaceKHR) * inst… in AllocateIcdSurfaceStruct()
|