Lines Matching defs:item
434 const VkLayerProperties *item = &layer_list->list[i].info;
435 if (strcmp(name, item->layerName) == 0) return &layer_list->list[i];
443 const VkLayerProperties *item = &layer_list->list[i]->info;
444 if (strcmp(name, item->layerName) == 0) return layer_list->list[i];
2667 cJSON *item, *layers_node, *layer_node;
2674 item = loader_cJSON_GetObjectItem(json, "file_format_version");
2675 if (item == NULL) {
2678 file_vers = loader_cJSON_PrintUnformatted(item);
3448 cJSON *item = loader_cJSON_GetObjectItem(json, "file_format_version");
3449 if (item == NULL) {
3457 file_vers_str = loader_cJSON_Print(item);
3486 item = loader_cJSON_GetObjectItem(itemICD, "library_path");
3487 if (item == NULL) {
3494 char *library_path = loader_cJSON_Print(item);
3517 item = loader_cJSON_GetObjectItem(itemICD, "api_version");
3518 if (item == NULL) {
3524 version_str = loader_cJSON_Print(item);
3546 item = loader_cJSON_GetObjectItem(itemICD, "is_portability_driver");
3547 if (item != NULL && item->type == cJSON_True && inst && !inst->portability_enumeration_enabled) {
3555 item = loader_cJSON_GetObjectItem(itemICD, "library_arch");
3556 if (item != NULL) {
3557 library_arch_str = loader_cJSON_Print(item);
5835 // Leave this item in the pNext chain for now
5860 // Nothing needs to be done here because we're leaving the item in the pNext chain and because the spec
6039 // First try to see if an old item exists that matches the new item. If so, just copy it over.
6044 // Copy over old item to correct spot in the new array