Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp1464 LPWSTR program_files_path = nullptr; in try_create_device_factory() local
1465 SHGetKnownFolderPath(FOLDERID_ProgramFiles, KF_FLAG_DEFAULT, NULL, &program_files_path); in try_create_device_factory()
1467 auto pix_installation_path = std::filesystem::path(program_files_path) / "Microsoft PIX"; in try_create_device_factory()