Lines Matching defs:Device
38 GenericDeviceTy &Device, DeviceImageTy &Image, const GlobalTy &HostGlobal,
44 if (auto Err = getGlobalMetadataFromDevice(Device, Image, DeviceGlobal))
48 return moveGlobalBetweenDeviceAndHost(Device, HostGlobal, DeviceGlobal,
55 GenericDeviceTy &Device, const GlobalTy &HostGlobal,
61 Device.dataRetrieve(HostGlobal.getPtr(), DeviceGlobal.getPtr(),
65 if (auto Err = Device.dataSubmit(DeviceGlobal.getPtr(), HostGlobal.getPtr(),
80 bool GenericGlobalHandlerTy::isSymbolInImage(GenericDeviceTy &Device,
103 GenericDeviceTy &Device, DeviceImageTy &Image, GlobalTy &ImageGlobal) {
136 Error GenericGlobalHandlerTy::readGlobalFromImage(GenericDeviceTy &Device,
141 if (auto Err = getGlobalMetadataFromImage(Device, Image, ImageGlobal))
166 bool GenericGlobalHandlerTy::hasProfilingGlobals(GenericDeviceTy &Device,
169 if (auto Err = getGlobalMetadataFromImage(Device, Image, global)) {
177 GenericGlobalHandlerTy::readProfilingGlobals(GenericDeviceTy &Device,
201 if (auto Err = readGlobalFromDevice(Device, Image, NamesGlobal))
207 if (auto Err = readGlobalFromDevice(Device, Image, CountGlobal))
214 if (auto Err = readGlobalFromDevice(Device, Image, DataGlobal))