Home
last modified time | relevance | path

Searched refs:is_tramp (Results 1 - 1 of 1) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dunknown_function_handling.c132 * Next check if an ICD supports it, and if is_tramp is true, check if any layer
139 void *loader_dev_ext_gpa_impl(struct loader_instance *inst, const char *funcName, bool is_tramp) { in loader_dev_ext_gpa_impl() argument
149 if (!is_tramp || !loader_check_layer_list_for_dev_ext_address(inst, funcName)) { in loader_dev_ext_gpa_impl()
229 // found, then the address for that mapping is returned. The is_tramp
235 void *loader_phys_dev_ext_gpa_impl(struct loader_instance *inst, const char *funcName, bool is_tramp) { in loader_phys_dev_ext_gpa_impl() argument
242 if (!is_tramp || !loader_check_layer_list_for_phys_dev_ext_address(inst, funcName)) { in loader_phys_dev_ext_gpa_impl()
311 if (is_tramp) { in loader_phys_dev_ext_gpa_impl()
327 if (is_tramp) { in loader_phys_dev_ext_gpa_impl()

Completed in 1 milliseconds