Lines Matching defs:manifest

81     char *manifest;
1922 /* Processes a json manifest's library_path and the location of the json manifest to create the path of the library
2253 "Layer located at %s didn't find required layer value \"name\" in manifest JSON file, skipping this layer",
2274 "Layer located at %s didn't find required layer value \"type\" in manifest JSON file, skipping this layer",
2304 "Layer located at %s didn't find required layer value \"api_version\" in manifest JSON file, skipping this layer",
2311 // Make sure the layer's manifest doesn't contain a non zero variant value
2327 "Layer located at %s didn't find required layer value \"implementation_version\" in manifest JSON file, "
2342 "Layer located at %s didn't find required layer value \"description\" in manifest JSON file, skipping this layer",
2367 "Skipping layer due to problem accessing the library_path value in manifest JSON file %s", filename);
2427 "Didn't find required layer object disable_environment in manifest JSON file, skipping this layer");
2434 "Didn't find required layer child value disable_environment in manifest JSON file, skipping this layer "
2574 "Found pre_instance_functions section in layer from \"%s\". This section is only valid in manifest version "
2651 // Given a cJSON struct (json) of the top level JSON object from layer manifest
2662 // The following Fields in layer manifest file that are required:
2683 loader_log(inst, VULKAN_LOADER_INFO_BIT, 0, "Found manifest file %s (file version %s)", filename, file_vers);
2689 "loader_add_layer_properties: %s has unknown layer manifest file version %d.%d.%d. May cause errors.", filename,
2708 "loader_add_layer_properties: Can not find 'layers' array element %d object in manifest JSON file %s. "
2720 "loader_add_layer_properties: Can not find 'layer' object in manifest JSON file %s. Skipping this file.",
2815 // If the file found is a manifest file name, add it to the out_files manifest list.
2957 // for the current manifest files.
3278 loader_log(inst, VULKAN_LOADER_DRIVER_BIT, 0, "Searching for driver manifest files");
3281 loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, "Searching for %s layer manifest files",
3296 // Now, parse the paths and add any manifest files found in them.
3344 // Find the Vulkan library manifest files.
3346 // This function scans the appropriate locations for a list of JSON manifest files based on the
3355 // A string list of manifest files to be opened in out_files param.
3356 // List has a pointer to string for each manifest filename.
3403 // Only return an error if there was an error this time, and no manifest files from before.
3466 loader_log(inst, VULKAN_LOADER_DRIVER_BIT, 0, "Found ICD manifest file %s, version %s", file_str, file_vers_str);
3468 // Get the version of the driver manifest
3474 "loader_parse_icd_manifest: %s has unknown icd manifest file version %d.%d.%d. May cause errors.", file_str,
3585 // VK ICDs manifest files.
3586 // From these manifest files it finds the ICD libraries.
3630 // Get a list of manifest files for ICDs
3842 // Get a list of manifest files for explicit layers
4651 activated_layers[num_activated_layers].manifest = layer_prop->manifest_file_name;
4766 loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Manifest: %s", activated_layers[index].manifest);
4988 activated_layers[num_activated_layers].manifest = layer_prop->manifest_file_name;
5029 loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Manifest: %s", activated_layers[index].manifest);