• Home
  • Raw
  • Download

Lines Matching refs:loader_stack_alloc

640     ext_props = loader_stack_alloc(count * sizeof(VkExtensionProperties));  in loader_add_instance_extensions()
682 ext_props = loader_stack_alloc(count * sizeof(VkExtensionProperties)); in loader_add_device_extensions()
1994 char *dirs_copy = loader_stack_alloc(dirs_copy_len); in loader_get_fullpath()
3635 icd_details = loader_stack_alloc(sizeof(struct ICDManifestInfo) * manifest_files.count); in loader_icd_scan()
4476 …layer_instance_link_info = loader_stack_alloc(sizeof(VkLayerInstanceLink) * inst->expanded_activat… in loader_create_instance_chain()
4483 …activated_layers = loader_stack_alloc(sizeof(struct activated_layer_info) * inst->expanded_activat… in loader_create_instance_chain()
4816 …VkDeviceGroupDeviceCreateInfo *temp_struct = loader_stack_alloc(sizeof(VkDeviceGroupDeviceCreateIn…
4822 … phys_dev_array = loader_stack_alloc(sizeof(VkPhysicalDevice) * cur_struct->physicalDeviceCount);
4849 …layer_device_link_info = loader_stack_alloc(sizeof(VkLayerDeviceLink) * inst->expanded_activated_l…
4856 …activated_layers = loader_stack_alloc(sizeof(struct activated_layer_info) * inst->expanded_activat…
5274 filtered_extension_names = loader_stack_alloc(extension_count * sizeof(char *));
5669 …filtered_extension_names = loader_stack_alloc(pCreateInfo->enabledExtensionCount * sizeof(char *));
5720 …VkDeviceGroupDeviceCreateInfo *temp_struct = loader_stack_alloc(sizeof(VkDeviceGroupDeviceCreateIn…
5726 … phys_dev_array = loader_stack_alloc(sizeof(VkPhysicalDevice) * cur_struct->physicalDeviceCount);
5925 int32_t *old_to_new_index = (int32_t *)loader_stack_alloc(sizeof(int32_t) * old_count);
5926 int32_t *new_to_old_index = (int32_t *)loader_stack_alloc(sizeof(int32_t) * new_count);
6192 …(struct loader_icd_physical_devices *)loader_stack_alloc(sizeof(struct loader_icd_physical_devices…
6215 …(VkPhysicalDevice *)loader_stack_alloc(icd_phys_dev_array[icd_idx].device_count * sizeof(VkPhysica…
6411 …VkPhysicalDevice *devices = (VkPhysicalDevice *)loader_stack_alloc(sizeof(VkPhysicalDevice) * phys…
6902 …local_phys_dev_groups = loader_stack_alloc(sizeof(struct loader_physical_device_group_term) * tota…
6929 … VkPhysicalDevice *phys_dev_array = loader_stack_alloc(sizeof(VkPhysicalDevice) * count_this_time);
6990loader_stack_alloc(count_this_time * sizeof(VkPhysicalDeviceGroupProperties));