Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
Dunknown_function_handling.c292 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()
Dasm_offset.c64 …_DEV_OFFSET_INST_DISPATCH", .value = offsetof(struct loader_instance_dispatch_table, phys_dev_ext), in main()
74 … { .name = "DISPATCH_OFFSET_ICD_TERM", .value = offsetof(struct loader_icd_term, phys_dev_ext), in main()
Dloader_common.h221 PFN_PhysDevExt phys_dev_ext[MAX_NUM_UNKNOWN_EXTS]; member
236 PFN_PhysDevExt phys_dev_ext[MAX_NUM_UNKNOWN_EXTS]; member
Dunknown_ext_chain.c41 disp->phys_dev_ext[num](loader_unwrap_physical_device(physical_device)); \
50 …if (NULL == icd_term->phys_dev_ext[num]) { …
54 …icd_term->phys_dev_ext[num](phys_dev_term->phys_dev); …
DCMakeLists.txt126 set(OPT_LOADER_SRCS dev_ext_trampoline.c phys_dev_ext.c)
/third_party/vulkan-loader/build-qnx/
Dcommon.mk24 phys_dev_ext.c trampoline.c unknown_ext_chain.c wsi.c \
/third_party/vulkan-loader/openharmony/
DBUILD.gn83 "../loader/phys_dev_ext.c",
/third_party/flutter/skia/third_party/externals/angle2/third_party/vulkan-loader/
DBUILD.gn198 "src/loader/phys_dev_ext.c",
/third_party/vulkan-loader/
DBUILD.gn127 "loader/phys_dev_ext.c",