Home
last modified time | relevance | path

Searched refs:VK_SETTINGS_INFO_REGISTRY_LOC (Results 1 - 4 of 4) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dvk_loader_platform.h151 #define VK_SETTINGS_INFO_REGISTRY_LOC "" macro
195 #define VK_SETTINGS_INFO_REGISTRY_LOC "SOFTWARE\\Khronos\\Vulkan" VK_VARIANT_REG_STR "\\LoaderSettings" macro
H A Dloader_windows.c1222 LONG rtn_value = RegOpenKeyEx(HKEY_LOCAL_MACHINE, VK_SETTINGS_INFO_REGISTRY_LOC, 0, access_flags, &key); in windows_get_loader_settings_file_path()
1229 LONG rtn_value = RegOpenKeyEx(HKEY_CURRENT_USER, VK_SETTINGS_INFO_REGISTRY_LOC, 0, access_flags, &key); in windows_get_loader_settings_file_path()
1239 rtn_value = RegOpenKeyEx(HKEY_LOCAL_MACHINE, VK_SETTINGS_INFO_REGISTRY_LOC, 0, access_flags, &key); in windows_get_loader_settings_file_path()
/third_party/vulkan-loader/tests/framework/shim/
H A Dwindows_shim.cpp308 if (path == "HKEY_LOCAL_MACHINE\\" VK_SETTINGS_INFO_REGISTRY_LOC) return &platform_shim.hkey_local_machine_settings; in get_registry_vector()
309 if (path == "HKEY_CURRENT_USER\\" VK_SETTINGS_INFO_REGISTRY_LOC) return &platform_shim.hkey_current_user_settings; in get_registry_vector()
H A Dshim.h58 #define VK_SETTINGS_INFO_REGISTRY_LOC "SOFTWARE\\Khronos\\Vulkan" VK_VARIANT_REG_STR "\\LoaderSettings" macro

Completed in 5 milliseconds