Lines Matching defs:library
82 char *library;
173 // Handle error from to library loading
494 loader_log(inst, VULKAN_LOADER_DEBUG_BIT | VULKAN_LOADER_LAYER_BIT, 0, "Unloading layer library %s",
678 "loader_add_device_extensions: Error getting physical device extension info count from library %s", lib_name);
685 "loader_add_device_extensions: Failed to allocate space for device extension properties from library %s.",
1482 // Query "vk_icdEnumerateAdapterPhysicalDevices" with vk_icdGetInstanceProcAddr if the library reports interface version
1494 "loader_add_direct_driver: Realloc failed on icd library list for ICD index %u", index);
1754 // Query "vk_icdGetPhysicalDeviceProcAddr" with vk_icdGetInstanceProcAddr if the library reports interface version 7 or
1764 // Query "vk_icdEnumerateAdapterPhysicalDevices" with vk_icdGetInstanceProcAddr if the library reports interface version
1782 loader_log(inst, VULKAN_LOADER_ERROR_BIT, 0, "loader_scanned_icd_add: Realloc failed on icd library list for ICD %s",
1848 loader_log(NULL, VULKAN_LOADER_WARN_BIT, 0, "Vulkan Loader: library unloading is disabled");
1922 /* Processes a json manifest's library_path and the location of the json manifest to create the path of the library
1924 * The output is the combination of the base path of manifest_file_path concatenated with library path
2355 "Indicating meta-layer-specific component_layers, but also defining layer library path. Both are not "
2616 "Layer library architecture doesn't match the current running architecture, skipping this layer");
3344 // Find the Vulkan library manifest files.
3563 "loader_parse_icd_manifest: Driver library architecture doesn't match the current running "
3695 "loader_icd_scan: Failed loading library associated with ICD JSON %s. Ignoring this JSON",
4208 loader_log(inst, VULKAN_LOADER_DEBUG_BIT | VULKAN_LOADER_LAYER_BIT, 0, "Loading layer library %s", prop->lib_name);
4652 activated_layers[num_activated_layers].library = layer_prop->lib_name;
4767 loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Library: %s", activated_layers[index].library);
4934 // Skip the layer if the handle is NULL - this is likely because the library failed to load but wasn't removed from
4989 activated_layers[num_activated_layers].library = layer_prop->lib_name;
5030 loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Library: %s", activated_layers[index].library);
5322 // No ICD will advertise support for layers. An ICD library could
5324 // just in the same library.
5720 // No ICD will advertise support for layers. An ICD library could support a layer,
5721 // but it would be independent of the actual ICD, just in the same library.