Lines Matching defs:Image
192 /// Image identifier within the corresponding device. Notice that this id is
211 const __tgt_device_image *Image)
212 : ImageId(Id), TgtImage(Image), TgtImageBitcode(nullptr), Device(Device),
245 "Image");
263 Error init(GenericDeviceTy &GenericDevice, DeviceImageTy &Image);
265 DeviceImageTy &Image) = 0;
714 Error setupDeviceEnvironment(GenericPluginTy &Plugin, DeviceImageTy &Image);
717 Error setupDeviceMemoryPool(GenericPluginTy &Plugin, DeviceImageTy &Image,
723 Error setupRPCServer(GenericPluginTy &Plugin, DeviceImageTy &Image);
733 DeviceImageTy &Image) {
740 DeviceImageTy &Image) {
1189 /// given target. Returns true if the \p Image is compatible with the plugin.
1190 Expected<bool> checkELFImage(StringRef Image) const;
1192 /// Return true if the \p Image can be compiled to run on the platform's
1194 Expected<bool> checkBitcodeImage(StringRef Image) const;
1200 StringRef Image) const = 0;
1214 /// Returns non-zero if the \p Image is compatible with the plugin. This
1216 int32_t is_plugin_compatible(__tgt_device_image *Image);
1218 /// Returns non-zero if the \p Image is compatible with the device.
1219 int32_t is_device_compatible(int32_t DeviceId, __tgt_device_image *Image);