Home
last modified time | relevance | path

Searched refs:VK_DRIVERS_INFO_REGISTRY_LOC (Results 1 - 6 of 6) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dvk_loader_platform.h148 #define VK_DRIVERS_INFO_REGISTRY_LOC "" macro
192 #define VK_DRIVERS_INFO_REGISTRY_LOC "SOFTWARE\\Khronos\\Vulkan" VK_VARIANT_REG_STR "\\Drivers" macro
H A Dloader_windows.c409 bool is_driver = !strcmp(location, VK_DRIVERS_INFO_REGISTRY_LOC); in windows_get_registry_files()
727 if (!strncmp(registry_location, VK_DRIVERS_INFO_REGISTRY_LOC, sizeof(VK_DRIVERS_INFO_REGISTRY_LOC))) { in windows_read_data_files_in_registry()
H A Dloader.c3391 registry_location = VK_DRIVERS_INFO_REGISTRY_LOC;
/third_party/vulkan-loader/tests/framework/shim/
H A Dshim.h55 #define VK_DRIVERS_INFO_REGISTRY_LOC "SOFTWARE\\Khronos\\Vulkan" VK_VARIANT_REG_STR "\\Drivers" macro
H A Dwindows_shim.cpp303 if (path == "HKEY_LOCAL_MACHINE\\" VK_DRIVERS_INFO_REGISTRY_LOC) return &platform_shim.hkey_local_machine_drivers; in get_registry_vector()
/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp3856 "\" from registry \"HKEY_LOCAL_MACHINE\\" VK_DRIVERS_INFO_REGISTRY_LOC in TEST()

Completed in 21 milliseconds