Home
last modified time | relevance | path

Searched refs:enforceGpuIndex (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp689 int enforceGpuIndex = -1; in getSelectedGpuIndex() local
694 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 …]