Lines Matching refs:device_kind
1008 ompd_device_t device_kind; in ompd_get_icv_from_scope() local
1012 device_kind = ((ompd_thread_handle_t *)handle)->ah->kind; in ompd_get_icv_from_scope()
1015 device_kind = ((ompd_parallel_handle_t *)handle)->ah->kind; in ompd_get_icv_from_scope()
1018 device_kind = ((ompd_address_space_handle_t *)handle)->kind; in ompd_get_icv_from_scope()
1021 device_kind = ((ompd_task_handle_t *)handle)->ah->kind; in ompd_get_icv_from_scope()
1027 if (device_kind == OMPD_DEVICE_KIND_HOST) { in ompd_get_icv_from_scope()
1108 ompd_device_t device_kind; in ompd_get_icv_string_from_scope() local
1112 device_kind = ((ompd_thread_handle_t *)handle)->ah->kind; in ompd_get_icv_string_from_scope()
1115 device_kind = ((ompd_parallel_handle_t *)handle)->ah->kind; in ompd_get_icv_string_from_scope()
1118 device_kind = ((ompd_address_space_handle_t *)handle)->kind; in ompd_get_icv_string_from_scope()
1121 device_kind = ((ompd_task_handle_t *)handle)->ah->kind; in ompd_get_icv_string_from_scope()
1127 if (device_kind == OMPD_DEVICE_KIND_HOST) { in ompd_get_icv_string_from_scope()
1246 ompd_device_t device_kind; in ompd_get_tool_data() local
1250 device_kind = ((ompd_thread_handle_t *)handle)->ah->kind; in ompd_get_tool_data()
1253 device_kind = ((ompd_parallel_handle_t *)handle)->ah->kind; in ompd_get_tool_data()
1256 device_kind = ((ompd_task_handle_t *)handle)->ah->kind; in ompd_get_tool_data()
1262 if (device_kind == OMPD_DEVICE_KIND_HOST) { in ompd_get_tool_data()