Home
last modified time | relevance | path

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

/external/angle/src/gpu_info_util/
DSystemInfo.cpp284 info->activeGPUIndex = active; in GetDualGPUInfo()
314 std::cout << "Active GPU: " << info.activeGPUIndex << "\n"; in PrintSystemInfo()
DSystemInfo_macos.mm174 info->activeGPUIndex = static_cast<int>(i);
302 // such as isOptimus, isAMDSwitchable, and the activeGPUIndex
305 // Then override the activeGPUIndex field of info to reflect the current
DSystemInfo_win.cpp104 info->activeGPUIndex = 0; in GetSystemInfo()
DSystemInfo.h66 int activeGPUIndex = 0; member
/external/angle/src/tests/gl_tests/
DDrawBaseVertexBaseInstanceTest.cpp560 ANGLE_SKIP_TEST_IF(0x6613 == systemInfo->gpus[systemInfo->activeGPUIndex].deviceId); in TEST_P()
595 if (!(systemInfo->activeGPUIndex < 0 || systemInfo->gpus.empty())) in TEST_P()
597 ANGLE_SKIP_TEST_IF(0x6613 == systemInfo->gpus[systemInfo->activeGPUIndex].deviceId); in TEST_P()
/external/angle/src/tests/test_utils/
Dangle_test_instantiate.cpp136 return &systemInfo->gpus[systemInfo->activeGPUIndex]; in GetActiveGPUDeviceInfo()
390 systemInfo.gpus.empty() ? 0 : systemInfo.gpus[systemInfo.activeGPUIndex].vendorId; in IsConfigAllowlisted()
/external/angle/src/tests/
Dangle_system_info_tests_main.cpp96 doc.AddMember("activeGPUIndex", info.activeGPUIndex, allocator); in main()
/external/angle/src/tests/test_expectations/
DGPUTestConfig.cpp364 uint32_t index = systemInfo->activeGPUIndex; in GetActiveGPU()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1821 *outVendor = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].vendorId; in GetSystemInfoVendorIDAndDeviceID()
1822 *outDevice = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].deviceId; in GetSystemInfoVendorIDAndDeviceID()