Home
last modified time | relevance | path

Searched refs:VK_ILAYERS_INFO_REGISTRY_LOC (Results 1 - 5 of 5) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dvk_loader_platform.h150 #define VK_ILAYERS_INFO_REGISTRY_LOC "" macro
194 #define VK_ILAYERS_INFO_REGISTRY_LOC "SOFTWARE\\Khronos\\Vulkan" VK_VARIANT_REG_STR "\\ImplicitLayers" macro
H A Dloader_windows.c740 } else if (!strncmp(registry_location, VK_ILAYERS_INFO_REGISTRY_LOC, sizeof(VK_ILAYERS_INFO_REGISTRY_LOC))) { in windows_read_data_files_in_registry()
H A Dloader.c3394 registry_location = VK_ILAYERS_INFO_REGISTRY_LOC;
/third_party/vulkan-loader/tests/framework/shim/
H A Dwindows_shim.cpp305 if (path == "HKEY_LOCAL_MACHINE\\" VK_ILAYERS_INFO_REGISTRY_LOC) return &platform_shim.hkey_local_machine_implicit_layers; in get_registry_vector()
307 if (path == "HKEY_CURRENT_USER\\" VK_ILAYERS_INFO_REGISTRY_LOC) return &platform_shim.hkey_current_user_implicit_layers; in get_registry_vector()
H A Dshim.h57 #define VK_ILAYERS_INFO_REGISTRY_LOC "SOFTWARE\\Khronos\\Vulkan" VK_VARIANT_REG_STR "\\ImplicitLayers" macro

Completed in 15 milliseconds