Lines Matching refs:DeviceId
870 uint64_t getLoopTripCount(int64_t DeviceId) { in getLoopTripCount() argument
871 DeviceTy &Device = PM->Devices[DeviceId]; in getLoopTripCount()
1057 int processDataBefore(int64_t DeviceId, void *HostPtr, int32_t ArgNum, in processDataBefore() argument
1064 DeviceTy &Device = PM->Devices[DeviceId]; in processDataBefore()
1178 int processDataAfter(int64_t DeviceId, void *HostPtr, int32_t ArgNum, in processDataAfter() argument
1184 DeviceTy &Device = PM->Devices[DeviceId]; in processDataAfter()
1211 int target(int64_t DeviceId, void *HostPtr, int32_t ArgNum, void **ArgBases, in target() argument
1215 DeviceTy &Device = PM->Devices[DeviceId]; in target()
1229 assert(TM->Table->TargetsTable.size() > (size_t)DeviceId && in target()
1231 TargetTable = TM->Table->TargetsTable[DeviceId]; in target()
1243 int Ret = processDataBefore(DeviceId, HostPtr, ArgNum, ArgBases, Args, in target()
1252 uint64_t LoopTripCount = getLoopTripCount(DeviceId); in target()
1274 Ret = processDataAfter(DeviceId, HostPtr, ArgNum, ArgBases, Args, ArgSizes, in target()