Searched refs:phys_dev_ext (Results 1 – 9 of 9) sorted by relevance
/third_party/vulkan-loader/loader/ |
D | unknown_function_handling.c | 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()
|
D | asm_offset.c | 64 …_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()
|
D | loader_common.h | 221 PFN_PhysDevExt phys_dev_ext[MAX_NUM_UNKNOWN_EXTS]; member 236 PFN_PhysDevExt phys_dev_ext[MAX_NUM_UNKNOWN_EXTS]; member
|
D | unknown_ext_chain.c | 41 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); …
|
D | CMakeLists.txt | 126 set(OPT_LOADER_SRCS dev_ext_trampoline.c phys_dev_ext.c)
|
/third_party/vulkan-loader/build-qnx/ |
D | common.mk | 24 phys_dev_ext.c trampoline.c unknown_ext_chain.c wsi.c \
|
/third_party/vulkan-loader/openharmony/ |
D | BUILD.gn | 83 "../loader/phys_dev_ext.c",
|
/third_party/flutter/skia/third_party/externals/angle2/third_party/vulkan-loader/ |
D | BUILD.gn | 198 "src/loader/phys_dev_ext.c",
|
/third_party/vulkan-loader/ |
D | BUILD.gn | 127 "loader/phys_dev_ext.c",
|