Searched refs:device_kind (Results 1 – 2 of 2) sorted by relevance
1008 ompd_device_t device_kind; in ompd_get_icv_from_scope() local1012 device_kind = ((ompd_thread_handle_t *)handle)->ah->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() local1112 device_kind = ((ompd_thread_handle_t *)handle)->ah->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() local1256 device_kind = ((ompd_task_handle_t *)handle)->ah->kind; in ompd_get_tool_data()[all …]
310 case TraitSelector::device_kind: in getVariantMatchScore()