Searched refs:explicit_layer (Results 1 - 7 of 7) sorted by relevance
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | shim_common.cpp | 34 redirect_category(path, ManifestCategory::explicit_layer); in redirect_all_paths() 92 if (category == ManifestCategory::explicit_layer) 116 } else if (category == ManifestCategory::explicit_layer) { 128 } else if (category == ManifestCategory::explicit_layer) { 176 if (category == ManifestCategory::explicit_layer) 177 return "explicit_layer.d"; 219 if (category == ManifestCategory::explicit_layer) {
|
H A D | shim.h | 48 enum class ManifestCategory { implicit_layer, explicit_layer, icd, settings }; member in ManifestCategory
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.cpp | 403 platform_shim->set_fake_path(ManifestCategory::explicit_layer, get_folder(ManifestLocation::explicit_layer).location()); 410 platform_shim->redirect_path(home + "/.local/share/vulkan/explicit_layer.d", unsecured_location); 426 platform_shim->redirect_path(bundle_location / "vulkan/explicit_layer.d", bundle_location); 548 add_layer_impl(TestLayerDetails{layer_manifest, json_name}, ManifestCategory::explicit_layer); 554 add_layer_impl(TestLayerDetails{layer_manifest, json_name}.set_is_fake(true), ManifestCategory::explicit_layer); 560 add_layer_impl(layer_details, ManifestCategory::explicit_layer); 564 fs::FolderManager* fs_ptr = &get_folder(ManifestLocation::explicit_layer);
|
H A D | test_environment.h | 562 explicit_layer = 3, member in ManifestLocation
|
/third_party/vulkan-loader/tests/ |
H A D | loader_alloc_callback_tests.cpp | 748 fs::path new_path = env.get_folder(ManifestLocation::explicit_layer) in TEST() 750 env.platform_shim->add_manifest(ManifestCategory::explicit_layer, new_path); in TEST()
|
H A D | loader_envvar_tests.cpp | 228 check_paths(env.debug_log, ManifestCategory::explicit_layer); in TEST()
|
H A D | loader_regression_tests.cpp | 3827 env.platform_shim->add_manifest(ManifestCategory::explicit_layer, null_path.str()); in TEST() 3864 ld_library_path.add_to_list(env.get_folder(ManifestLocation::explicit_layer).location().str()); in TEST()
|
Completed in 14 milliseconds