Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
Dunknown_function_handling.c218 loader_instance_heap_free(inst, inst->phys_dev_ext_disp_functions[i]); in loader_free_phys_dev_ext_table()
220 memset(inst->phys_dev_ext_disp_functions, 0, sizeof(inst->phys_dev_ext_disp_functions)); in loader_free_phys_dev_ext_table()
252 …if (inst->phys_dev_ext_disp_functions[i] && !strcmp(inst->phys_dev_ext_disp_functions[i], funcName… in loader_phys_dev_ext_gpa_impl()
273 inst->phys_dev_ext_disp_functions[inst->phys_dev_ext_disp_function_count] = in loader_phys_dev_ext_gpa_impl()
275 if (NULL == inst->phys_dev_ext_disp_functions[inst->phys_dev_ext_disp_function_count]) { in loader_phys_dev_ext_gpa_impl()
279 …strncpy(inst->phys_dev_ext_disp_functions[inst->phys_dev_ext_disp_function_count], funcName, funcN… in loader_phys_dev_ext_gpa_impl()
Dasm_offset.c62 …"FUNCTION_OFFSET_INSTANCE", .value = offsetof(struct loader_instance, phys_dev_ext_disp_functions), in main()
Dloader_common.h274 char *phys_dev_ext_disp_functions[MAX_NUM_UNKNOWN_EXTS]; member
Dunknown_ext_chain.c52 … inst->phys_dev_ext_disp_functions[num]); \