Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
Dunknown_function_handling.c248 uint32_t new_function_index = 0; in loader_phys_dev_ext_gpa_impl() local
254 new_function_index = i; in loader_phys_dev_ext_gpa_impl()
281 new_function_index = inst->phys_dev_ext_disp_function_count; in loader_phys_dev_ext_gpa_impl()
292 icd_term->phys_dev_ext[new_function_index] = in loader_phys_dev_ext_gpa_impl()
294 if (NULL != icd_term->phys_dev_ext[new_function_index]) { in loader_phys_dev_ext_gpa_impl()
297 … inst->disp->phys_dev_ext[new_function_index] = loader_get_phys_dev_ext_termin(new_function_index); in loader_phys_dev_ext_gpa_impl()
300 … icd_term->scanned_icd->lib_name, inst->disp->phys_dev_ext[new_function_index], funcName); in loader_phys_dev_ext_gpa_impl()
303 icd_term->phys_dev_ext[new_function_index] = NULL; in loader_phys_dev_ext_gpa_impl()
318 inst->disp->phys_dev_ext[new_function_index] = layer_ret_function; in loader_phys_dev_ext_gpa_impl()
320 … layer_prop->info.layerName, inst->disp->phys_dev_ext[new_function_index], funcName); in loader_phys_dev_ext_gpa_impl()
[all …]