Searched refs:other_device (Results 1 – 3 of 3) sorted by relevance
240 const Device* other_device = in CanAssignToDevice() local242 if (std::find(devices.begin(), devices.end(), other_device) != in CanAssignToDevice()
296 StubDevice other_device("other_device_name"); in TEST() local297 other_params.device = &other_device; in TEST()
399 other_device; in SelectOpenCLDevice() local401 other_device=clEnv->devices[j]; in SelectOpenCLDevice()402 if (IsSameOpenCLDevice(device,other_device)) in SelectOpenCLDevice()403 other_device->enabled=MagickTrue; in SelectOpenCLDevice()1204 other_device; in BenchmarkOpenCLDevices() local1206 other_device=clEnv->devices[j]; in BenchmarkOpenCLDevices()1207 if (IsSameOpenCLDevice(device,other_device)) in BenchmarkOpenCLDevices()1208 other_device->score=device->score; in BenchmarkOpenCLDevices()