Searched refs:module_bytes (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/ |
D | atmi.cpp | 31 void *module_bytes, size_t module_size, atmi_place_t place, in atmi_module_register_from_memory_to_place() argument 36 module_bytes, module_size, place, on_deserialized_data, cb_state); in atmi_module_register_from_memory_to_place()
|
D | atmi_runtime.h | 88 void *module_bytes, size_t module_size, atmi_place_t place,
|
D | system.cpp | 1016 void *module_bytes, size_t module_size, atmi_place_t place, in callbackEvent() argument 1047 err = get_code_object_custom_metadata(module_bytes, module_size, gpu); in callbackEvent() 1052 err = hsa_code_object_deserialize(module_bytes, module_size, NULL, in callbackEvent()
|
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/ |
D | rtl.cpp | 907 atmi_status_t module_register_from_memory_to_place(void *module_bytes, in module_register_from_memory_to_place() argument 915 module_bytes, module_size, place, L, static_cast<void *>(&cb)); in module_register_from_memory_to_place()
|