Home
last modified time | relevance | path

Searched refs:macos_bundle (Results 1 - 3 of 3) sorted by relevance

/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp396 folders.emplace_back(FRAMEWORK_BUILD_DIRECTORY, std::string("macos_bundle"));
424 auto bundle_location = get_folder(ManifestLocation::macos_bundle).location();
453 if (icd_details.discovery_type == ManifestDiscoveryType::macos_bundle) {
454 folder = &get_folder(ManifestLocation::macos_bundle);
526 case (ManifestDiscoveryType::macos_bundle):
591 case (ManifestDiscoveryType::macos_bundle):
592 fs_ptr = &(get_folder(ManifestLocation::macos_bundle));
776 platform_shim->bundle_contents = get_folder(ManifestLocation::macos_bundle).location().str();
H A Dtest_environment.h519 macos_bundle, // place it in a location only accessible to macos bundles member in ManifestDiscoveryType
568 macos_bundle = 9, member in ManifestLocation
/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp3974 env.add_icd(TestICDDetails(TEST_ICD_PATH_VERSION_2_EXPORT_ICD_GPDPA).set_discovery_type(ManifestDiscoveryType::macos_bundle)); in TEST()
3996 env.add_icd(TestICDDetails(TEST_ICD_PATH_VERSION_2_EXPORT_ICD_GPDPA).set_discovery_type(ManifestDiscoveryType::macos_bundle)); in TEST()

Completed in 10 milliseconds