Home | History | Annotate | Download | only in gcn

Lines Matching defs:executable

54 hsa_executable_t executable = { 0 };
104 hsa_status_t (*hsa_executable_destroy_fn) (hsa_executable_t executable);
107 const char *options, hsa_executable_t *executable);
109 (hsa_executable_t executable, const char *variable_name, void *address);
111 (hsa_executable_t executable, hsa_agent_t agent,
113 hsa_status_t (*hsa_executable_freeze_fn) (hsa_executable_t executable,
128 (hsa_executable_t executable, const char *module_name,
408 /* An "executable" consists of one or more code objects. */
411 &executable),
412 "Initialize GCN executable");
414 /* Add the HSACO to the executable. */
418 XHSA (hsa_fns.hsa_executable_load_code_object_fn (executable, device, co,
422 /* We're done modifying he executable. */
423 XHSA (hsa_fns.hsa_executable_freeze_fn (executable, ""),
424 "Freeze GCN executable");
428 XHSA (hsa_fns.hsa_executable_get_symbol_fn (executable, NULL,
438 XHSA (hsa_fns.hsa_executable_get_symbol_fn (executable, NULL,
448 XHSA (hsa_fns.hsa_executable_get_symbol_fn (executable, NULL, "main.kd",
767 XHSA (hsa_fns.hsa_executable_destroy_fn (executable),
768 "Clean up GCN executable");