Searched refs:activeGPUIndex (Results 1 – 9 of 9) sorted by relevance
106 info->activeGPUIndex = 0; in GetSystemInfo()
324 info->activeGPUIndex = active; in GetDualGPUInfo()365 std::cout << "Active GPU: " << info.activeGPUIndex << "\n"; in PrintSystemInfo()
237 info->activeGPUIndex = static_cast<int>(i);385 // such as isOptimus, isAMDSwitchable, and the activeGPUIndex388 // Then override the activeGPUIndex field of info to reflect the current
75 int activeGPUIndex = 0; member
902 ANGLE_SKIP_TEST_IF(0x6613 == systemInfo->gpus[systemInfo->activeGPUIndex].deviceId); in TEST_P()937 if (!(systemInfo->activeGPUIndex < 0 || systemInfo->gpus.empty())) in TEST_P()939 ANGLE_SKIP_TEST_IF(0x6613 == systemInfo->gpus[systemInfo->activeGPUIndex].deviceId); in TEST_P()1091 ANGLE_SKIP_TEST_IF(0x6613 == systemInfo->gpus[systemInfo->activeGPUIndex].deviceId); in TEST_P()
156 return &systemInfo->gpus[systemInfo->activeGPUIndex]; in GetActiveGPUDeviceInfo()386 systemInfo.gpus.empty() ? 0 : systemInfo.gpus[systemInfo.activeGPUIndex].vendorId; in IsConfigAllowlisted()
114 doc.AddMember("activeGPUIndex", info.activeGPUIndex, allocator); in main()
214 uint32_t index = systemInfo->activeGPUIndex; in GetActiveGPU()
2162 *outVendor = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].vendorId; in GetSystemInfoVendorIDAndDeviceID()2163 *outDevice = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].deviceId; in GetSystemInfoVendorIDAndDeviceID()