Lines Matching refs:icd
1162 // traverse scanned icd list adding non-duplicate extensions to the list
1344 // @param icd
1494 "loader_add_direct_driver: Realloc failed on icd library list for ICD index %u", index);
1782 loader_log(inst, VULKAN_LOADER_ERROR_BIT, 0, "loader_scanned_icd_add: Realloc failed on icd library list for ICD %s",
3427 VkResult loader_parse_icd_manifest(const struct loader_instance *inst, char *file_str, struct ICDManifestInfo *icd,
3474 "loader_parse_icd_manifest: %s has unknown icd manifest file version %d.%d.%d. May cause errors.", file_str,
3512 res = combine_manifest_directory_and_library_path(inst, library_path, file_str, &icd->full_library_path);
3533 icd->version = loader_parse_version_string(version_str);
3535 if (VK_API_VERSION_VARIANT(icd->version) != 0) {
3539 file_str, VK_API_VERSION_VARIANT(icd->version));
5367 // traverse scanned icd list adding non-duplicate extensions to the list
5474 // If the icd supports the extension, use the flags as given, otherwise remove the portability bit