Lines Matching defs:agent_info
417 struct agent_info struct
420 hsa_agent_t id;
422 int device_id;
425 bool initialized;
428 gcn_isa device_isa;
430 char name[64];
432 char vendor_name[64];
434 hsa_queue_t *sync_queue;
435 struct goacc_asyncqueue *async_queues, *omp_async_queue;
436 pthread_mutex_t async_queues_mutex;
439 hsa_region_t kernarg_region;
442 hsa_region_t data_region;
445 struct team_arena_list *team_arena_list;
446 pthread_mutex_t team_arena_write_lock;
452 pthread_rwlock_t module_rwlock;
455 struct module_info *module;
479 struct agent_info *agent; argument