Lines Matching refs:agents
200 (void *host_ptr, size_t size, hsa_agent_t *agents, int num_agent,
533 /* Information about the whole HSA environment and all of its agents. */
539 /* Number of usable GPU HSA agents in the system. */
541 /* Array of agent_info structures describing the individual HSA agents. */
542 struct agent_info *agents;
550 /* Information about the whole HSA environment and all of its agents. */
1510 hsa_context.agents[*agent_index].id = agent;
1552 hsa_context.agents
1557 return hsa_error ("Scanning compute agents failed", status);
1560 GOMP_PLUGIN_error ("Failed to assign IDs to all GCN agents");
1568 GOMP_PLUGIN_error ("Failed to list all HSA runtime agents");
1610 if (!hsa_context.agents[n].initialized)
1615 return &hsa_context.agents[n];
3376 struct agent_info *agent = &hsa_context.agents[n];