Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
Dloader_windows.c700 bool warn_if_not_present, char *registry_location, in windows_read_data_files_in_registry() argument
708 …st, log_target_flag, 0, "Checking for Driver Manifest files in Registry at %s", registry_location); in windows_read_data_files_in_registry()
711 …nst, log_target_flag, 0, "Checking for Layer Manifest files in Registry at %s", registry_location); in windows_read_data_files_in_registry()
717 …if (!strncmp(registry_location, VK_DRIVERS_INFO_REGISTRY_LOC, sizeof(VK_DRIVERS_INFO_REGISTRY_LOC)… in windows_read_data_files_in_registry()
724 …} else if (!strncmp(registry_location, VK_ELAYERS_INFO_REGISTRY_LOC, sizeof(VK_ELAYERS_INFO_REGIST… in windows_read_data_files_in_registry()
730 …} else if (!strncmp(registry_location, VK_ILAYERS_INFO_REGISTRY_LOC, sizeof(VK_ILAYERS_INFO_REGIST… in windows_read_data_files_in_registry()
745 …VkResult reg_result = windows_get_registry_files(inst, registry_location, use_secondary_hive, &sea… in windows_read_data_files_in_registry()
Dloader_windows.h99 bool warn_if_not_present, char *registry_location,
Dloader.c3262 char *registry_location = NULL; in loader_get_data_files() local
3269 registry_location = VK_DRIVERS_INFO_REGISTRY_LOC; in loader_get_data_files()
3272 registry_location = VK_ILAYERS_INFO_REGISTRY_LOC; in loader_get_data_files()
3276 registry_location = VK_ELAYERS_INFO_REGISTRY_LOC; in loader_get_data_files()
3280 …ead_data_files_in_registry(inst, manifest_type, warn_if_not_present, registry_location, out_files); in loader_get_data_files()