Home
last modified time | relevance | path

Searched refs:new_to_old_index (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-loader/loader/
Dloader.c5670 int32_t *new_to_old_index = (int32_t *)loader_stack_alloc(sizeof(int32_t) * new_count); in setup_loader_tramp_phys_devs() local
5671 if (NULL == old_to_new_index || NULL == new_to_old_index) { in setup_loader_tramp_phys_devs()
5680 new_to_old_index[cur_idx] = -1; in setup_loader_tramp_phys_devs()
5688 new_to_old_index[new_idx] = (int32_t)cur_idx; in setup_loader_tramp_phys_devs()