Searched refs:differentDevices (Results 1 – 1 of 1) sorted by relevance
1376 bool differentDevices; member1389 , differentDevices (differentDevices_) in Params()1555 …const std::unique_ptr<DeviceHelper> helper (m_params->differentDevices ? new DeviceHelper(m_contex… in iterate()1559 const auto& di2 = (m_params->differentDevices ? *helper->vkd : vkd); in iterate()1560 const auto dev2 = (m_params->differentDevices ? helper->device.get() : device); in iterate()