Searched refs:other_device (Results 1 – 3 of 3) sorted by relevance
315 const Device* other_device = in CanAssignToDevice() local317 if (std::find(devices.begin(), devices.end(), other_device) != in CanAssignToDevice()
412 other_device; in SelectOpenCLDevice() local414 other_device=clEnv->devices[j]; in SelectOpenCLDevice()415 if (IsSameOpenCLDevice(device,other_device)) in SelectOpenCLDevice()416 other_device->enabled=MagickTrue; in SelectOpenCLDevice()1224 other_device; in BenchmarkOpenCLDevices() local1226 other_device=clEnv->devices[j]; in BenchmarkOpenCLDevices()1227 if (IsSameOpenCLDevice(device,other_device)) in BenchmarkOpenCLDevices()1228 other_device->score=device->score; in BenchmarkOpenCLDevices()
418 StubDevice other_device("other_device_name"); in TEST() local419 other_params.device = &other_device; in TEST()