Searched refs:ManifestLocation (Results 1 - 7 of 7) sorted by relevance
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.cpp | 386 // This order is important, it matches the enum ManifestLocation, used to index the folders vector 400 platform_shim->redirect_all_paths(get_folder(ManifestLocation::null).location()); 402 platform_shim->set_fake_path(ManifestCategory::icd, get_folder(ManifestLocation::driver).location()); 403 platform_shim->set_fake_path(ManifestCategory::explicit_layer, get_folder(ManifestLocation::explicit_layer).location()); 404 platform_shim->set_fake_path(ManifestCategory::implicit_layer, get_folder(ManifestLocation::implicit_layer).location()); 407 auto unsecured_location = get_folder(ManifestLocation::unsecured_location).location(); 415 platform_shim->redirect_path("/etc/vulkan/loader_settings.d", get_folder(ManifestLocation::settings_location).location()); 418 get_folder(ManifestLocation::settings_location).location()); 424 auto bundle_location = get_folder(ManifestLocation::macos_bundle).location(); 445 fs::FolderManager* folder = &get_folder(ManifestLocation [all...] |
H A D | test_environment.h | 558 enum class ManifestLocation { class 614 fs::FolderManager& get_folder(ManifestLocation location) noexcept; 615 fs::FolderManager const& get_folder(ManifestLocation location) const noexcept;
|
/third_party/vulkan-loader/tests/ |
H A D | loader_regression_tests.cpp | 3825 auto null_path = env.get_folder(ManifestLocation::null).location() / "test_layer.json"; in TEST() 3844 auto null_path = env.get_folder(ManifestLocation::null).location() / "test_icd_0.json"; in TEST() 3863 EnvVarWrapper ld_library_path("LD_LIBRARY_PATH", env.get_folder(ManifestLocation::driver).location().str()); in TEST() 3864 ld_library_path.add_to_list(env.get_folder(ManifestLocation::explicit_layer).location().str()); in TEST() 3903 fs::path symlink_path = env.get_folder(ManifestLocation::driver_env_var).location() / symlink_name; in TEST() 3904 env.get_folder(ManifestLocation::driver_env_var).add_existing_file(symlink_name); in TEST() 3922 fs::path symlink_path = env.get_folder(ManifestLocation::driver_env_var).location() / symlink_name; in TEST() 3923 env.get_folder(ManifestLocation::driver_env_var).add_existing_file(symlink_name); in TEST() 3927 env.platform_shim->set_fake_path(ManifestCategory::icd, env.get_folder(ManifestLocation::driver_env_var).location()); in TEST() 3938 fs::path symlink_path = env.get_folder(ManifestLocation in TEST() [all...] |
H A D | loader_alloc_callback_tests.cpp | 437 fs::path new_path = env.get_folder(ManifestLocation::implicit_layer).write_manifest(file_name, invalid_jsons[i]); in TEST() 748 fs::path new_path = env.get_folder(ManifestLocation::explicit_layer) in TEST()
|
H A D | loader_envvar_tests.cpp | 298 env.platform_shim->redirect_path("/tmp/carol", env.get_folder(ManifestLocation::explicit_layer_env_var).location()); in TEST() 343 env.platform_shim->redirect_path("/tmp/carol", env.get_folder(ManifestLocation::explicit_layer_add_env_var).location()); in TEST()
|
H A D | loader_layer_tests.cpp | 989 env.platform_shim->add_manifest(ManifestCategory::implicit_layer, env.get_folder(ManifestLocation::override_layer).location()); in TEST() 992 env.get_folder(ManifestLocation::override_layer).location()); in TEST() 1601 .add_override_path(env.get_folder(ManifestLocation::override_layer).location().str())), in TEST() 1604 auto meta_layer_path = env.get_folder(ManifestLocation::override_layer).location(); in TEST() 2259 env.env_var_vk_layer_paths.add_to_list(env.get_folder(ManifestLocation::override_layer).location().str()); in TEST() 2334 env.add_env_var_vk_layer_paths.add_to_list(env.get_folder(ManifestLocation::override_layer).location().str()); in TEST() 5418 .add_override_path(fs::make_native(env.get_folder(ManifestLocation::override_layer).location().str()))), in TEST()
|
H A D | loader_settings_tests.cpp | 34 return s + env.get_folder(ManifestLocation::settings_location).location().str() + "\\vk_loader_settings.json"; in get_settings_location_log_message()
|
Completed in 33 milliseconds