Searched refs:hsa_ext_program_t (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
H A D | hsa_ext_finalize.h | 156 } hsa_ext_program_t; typedef 188 hsa_status_t hsa_ext_program_add_module (hsa_ext_program_t program, 191 hsa_ext_program_t program, 192 hsa_status_t (*callback) (hsa_ext_program_t program, hsa_ext_module_t module, 198 const char *options, hsa_ext_program_t *program); 209 hsa_status_t hsa_ext_program_get_info (hsa_ext_program_t program, 234 hsa_ext_program_t program, hsa_isa_t isa, int32_t call_convention, 241 hsa_status_t hsa_ext_program_destroy (hsa_ext_program_t program);
|
H A D | plugin-hsa.c | 120 hsa_status_t (*hsa_ext_program_add_module_fn) (hsa_ext_program_t program, 125 const char *options, hsa_ext_program_t *program); 126 hsa_status_t (*hsa_ext_program_destroy_fn) (hsa_ext_program_t program); 128 (hsa_ext_program_t program,hsa_isa_t isa, 997 hsa_ext_program_t prog_handle; in create_and_finalize_hsa_program()
|