Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.cpp93 if (systemInfo->activeGPUIndex < 0 || systemInfo->gpus.empty()) in HasSystemVendorID()
97 return systemInfo->gpus[systemInfo->activeGPUIndex].vendorId == vendorID; in HasSystemVendorID()
234 VendorID vendorID = systemInfo.gpus[systemInfo.activeGPUIndex].vendorId; in IsConfigWhitelisted()
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo.cpp261 info->activeGPUIndex = active; in FindActiveGPU()
291 std::cout << "Active GPU: " << info.activeGPUIndex << "\n"; in PrintSystemInfo()
DSystemInfo_win.cpp96 info->activeGPUIndex = 0; in GetSystemInfo()
DSystemInfo.h63 int activeGPUIndex = -1; member
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.cpp347 if (systemInfo->activeGPUIndex != -1) in GetActiveGPU()
349 index = systemInfo->activeGPUIndex; in GetActiveGPU()
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo.cpp287 info->activeGPUIndex = active; in GetDualGPUInfo()
317 std::cout << "Active GPU: " << info.activeGPUIndex << "\n"; in PrintSystemInfo()
DSystemInfo_win.cpp104 info->activeGPUIndex = 0; in GetSystemInfo()
DSystemInfo_macos.mm204 info->activeGPUIndex = static_cast<int>(i);
339 // such as isOptimus, isAMDSwitchable, and the activeGPUIndex
342 // Then override the activeGPUIndex field of info to reflect the current
DSystemInfo.h66 int activeGPUIndex = 0; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDrawBaseVertexBaseInstanceTest.cpp565 ANGLE_SKIP_TEST_IF(0x6613 == systemInfo->gpus[systemInfo->activeGPUIndex].deviceId); in TEST_P()
600 if (!(systemInfo->activeGPUIndex < 0 || systemInfo->gpus.empty())) in TEST_P()
602 ANGLE_SKIP_TEST_IF(0x6613 == systemInfo->gpus[systemInfo->activeGPUIndex].deviceId); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.cpp136 return &systemInfo->gpus[systemInfo->activeGPUIndex]; in GetActiveGPUDeviceInfo()
410 systemInfo.gpus.empty() ? 0 : systemInfo.gpus[systemInfo.activeGPUIndex].vendorId; in IsConfigAllowlisted()
/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_system_info_tests_main.cpp107 doc.AddMember("activeGPUIndex", info.activeGPUIndex, allocator); in main()
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.cpp316 uint32_t index = systemInfo->activeGPUIndex; in GetActiveGPU()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1829 *outVendor = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].vendorId; in GetSystemInfoVendorIDAndDeviceID()
1830 *outDevice = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].deviceId; in GetSystemInfoVendorIDAndDeviceID()