Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
H A Dsettings.c337 int global_settings_index = -1; in get_loader_settings() local
350 if (global_settings_index == -1) { in get_loader_settings()
351 global_settings_index = i; // use the first 'global' settings that has no app keys as the global one in get_loader_settings()
382 if (global_settings_index == -1) { in get_loader_settings()
385 index_to_use = global_settings_index; // Global settings are present - use it in get_loader_settings()

Completed in 2 milliseconds