Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
H A Dvk_loader_platform.h149 #define VK_ELAYERS_INFO_REGISTRY_LOC "" macro
193 #define VK_ELAYERS_INFO_REGISTRY_LOC "SOFTWARE\\Khronos\\Vulkan" VK_VARIANT_REG_STR "\\ExplicitLayers" macro
H A Dloader_windows.c734 } else if (!strncmp(registry_location, VK_ELAYERS_INFO_REGISTRY_LOC, sizeof(VK_ELAYERS_INFO_REGISTRY_LOC))) { in windows_read_data_files_in_registry()
H A Dloader.c3398 registry_location = VK_ELAYERS_INFO_REGISTRY_LOC;
/third_party/vulkan-loader/tests/framework/shim/
H A Dwindows_shim.cpp304 if (path == "HKEY_LOCAL_MACHINE\\" VK_ELAYERS_INFO_REGISTRY_LOC) return &platform_shim.hkey_local_machine_explicit_layers; in get_registry_vector()
306 if (path == "HKEY_CURRENT_USER\\" VK_ELAYERS_INFO_REGISTRY_LOC) return &platform_shim.hkey_current_user_explicit_layers; in get_registry_vector()
H A Dshim.h56 #define VK_ELAYERS_INFO_REGISTRY_LOC "SOFTWARE\\Khronos\\Vulkan" VK_VARIANT_REG_STR "\\ExplicitLayers" macro

Completed in 14 milliseconds