Lines Matching defs:agent_info
414 struct agent_info struct
417 hsa_agent_t id;
419 int device_id;
422 bool initialized;
425 gcn_isa device_isa;
427 char name[64];
429 char vendor_name[64];
431 hsa_queue_t *sync_queue;
432 struct goacc_asyncqueue *async_queues, *omp_async_queue;
433 pthread_mutex_t async_queues_mutex;
436 hsa_region_t kernarg_region;
439 hsa_region_t data_region;
442 struct team_arena_list *team_arena_list;
443 pthread_mutex_t team_arena_write_lock;
449 pthread_rwlock_t module_rwlock;
452 struct module_info *module;
476 struct agent_info *agent; argument