Searched refs:enforceGpuIndex (Results 1 – 1 of 1) sorted by relevance
689 int enforceGpuIndex = -1; in getSelectedGpuIndex() local694 enforceGpuIndex = 0; in getSelectedGpuIndex()696 enforceGpuIndex = (atoi(enforcedGpuStr.c_str())); in getSelectedGpuIndex()697 if (enforceGpuIndex == 0) { in getSelectedGpuIndex()700 enforceGpuIndex = -1; in getSelectedGpuIndex()711 enforceGpuIndex = i; in getSelectedGpuIndex()717 … if (enforceGpuIndex != -1 && enforceGpuIndex >= 0 && enforceGpuIndex < (int)deviceInfos.size()) { in getSelectedGpuIndex()719 deviceInfos[enforceGpuIndex].physdevProps.deviceName, enforceGpuIndex); in getSelectedGpuIndex()722 enforceGpuIndex = -1; in getSelectedGpuIndex()726 if (enforceGpuIndex != -1) { in getSelectedGpuIndex()[all …]