Lines Matching refs:DeviceID
77 int32_t DeviceId = Device.DeviceID; in initLibrary()
286 bool checkDeviceAndCtors(int64_t &DeviceID, ident_t *Loc) { in checkDeviceAndCtors() argument
292 if (DeviceID == OFFLOAD_DEVICE_DEFAULT) { in checkDeviceAndCtors()
293 DeviceID = omp_get_default_device(); in checkDeviceAndCtors()
294 DP("Use default device id %" PRId64 "\n", DeviceID); in checkDeviceAndCtors()
304 if (DeviceID == omp_get_initial_device()) { in checkDeviceAndCtors()
306 DeviceID); in checkDeviceAndCtors()
311 if (!deviceIsReady(DeviceID)) { in checkDeviceAndCtors()
312 REPORT("Device %" PRId64 " is not ready.\n", DeviceID); in checkDeviceAndCtors()
318 DeviceTy &Device = *PM->Devices[DeviceID]; in checkDeviceAndCtors()
328 REPORT("Failed to init globals on device %" PRId64 "\n", DeviceID); in checkDeviceAndCtors()
1492 int32_t DeviceId = Device.DeviceID; in target()