Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
H A Dloader.c2938 VkResult read_data_files_in_search_paths(const struct loader_instance *inst, enum loader_data_files_type manifest_type, in read_data_files_in_search_paths() argument
3050 switch (manifest_type) { in read_data_files_in_search_paths()
3083 if (manifest_type == LOADER_DATA_FILE_MANIFEST_EXPLICIT_LAYER && NULL != override_env && NULL != path_override) { in read_data_files_in_search_paths()
3194 if (manifest_type == LOADER_DATA_FILE_MANIFEST_DRIVER) {
3276 if (manifest_type == LOADER_DATA_FILE_MANIFEST_DRIVER) {
3282 manifest_type == LOADER_DATA_FILE_MANIFEST_EXPLICIT_LAYER ? "explicit" : "implicit");
3347 // "manifest_type". The location is interpreted as Registry path on Windows and a directory path(s)
3367 VkResult loader_get_data_files(const struct loader_instance *inst, enum loader_data_files_type manifest_type,
3375 res = read_data_files_in_search_paths(inst, manifest_type, path_override, &override_active, out_files);
3386 switch (manifest_type) {
[all...]

Completed in 6 milliseconds