Home
last modified time | relevance | path

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

/external/angle/src/gpu_info_util/
DSystemInfo_win.cpp106 info->activeGPUIndex = 0; in GetSystemInfo()
DSystemInfo.cpp324 info->activeGPUIndex = active; in GetDualGPUInfo()
365 std::cout << "Active GPU: " << info.activeGPUIndex << "\n"; in PrintSystemInfo()
DSystemInfo_macos.mm237 info->activeGPUIndex = static_cast<int>(i);
385 // such as isOptimus, isAMDSwitchable, and the activeGPUIndex
388 // Then override the activeGPUIndex field of info to reflect the current
DSystemInfo.h75 int activeGPUIndex = 0; member
/external/angle/src/tests/gl_tests/
DDrawBaseVertexBaseInstanceTest.cpp902 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()
/external/angle/src/tests/test_utils/
Dangle_test_instantiate.cpp156 return &systemInfo->gpus[systemInfo->activeGPUIndex]; in GetActiveGPUDeviceInfo()
386 systemInfo.gpus.empty() ? 0 : systemInfo.gpus[systemInfo.activeGPUIndex].vendorId; in IsConfigAllowlisted()
/external/angle/src/tests/
Dangle_system_info_tests_main.cpp114 doc.AddMember("activeGPUIndex", info.activeGPUIndex, allocator); in main()
/external/angle/src/tests/test_expectations/
DGPUTestConfig.cpp214 uint32_t index = systemInfo->activeGPUIndex; in GetActiveGPU()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2162 *outVendor = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].vendorId; in GetSystemInfoVendorIDAndDeviceID()
2163 *outDevice = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].deviceId; in GetSystemInfoVendorIDAndDeviceID()