Lines Matching defs:entry
95 struct hash_entry *entry =
98 if (entry)
115 entry = _mesa_hash_table_search(cache->nir_cache, sha1_key);
116 if (entry) {
134 fprintf(stderr, "pipeline cache %p, new nir entry %s\n", cache, sha1buf);
163 struct hash_entry *entry =
165 if (entry)
166 snir = entry->data;
267 struct hash_entry *entry =
270 if (entry) {
272 (struct v3dv_pipeline_shared_data *) entry->data;
439 struct hash_entry *entry = NULL;
442 * entry is not on the hash table
445 entry = _mesa_hash_table_search(cache->cache, shared_data->sha1_key);
447 if (entry) {
459 fprintf(stderr, "pipeline cache %p, new cache entry with sha1 key %s:%p\n\n",
751 hash_table_foreach(cache->nir_cache, entry)
752 ralloc_free(entry->data);
758 hash_table_foreach(cache->cache, entry) {
759 struct v3dv_pipeline_shared_data *cache_entry = entry->data;
800 hash_table_foreach(src->nir_cache, entry) {
801 struct serialized_nir *src_snir = entry->data;
825 fprintf(stderr, "pipeline cache %p, added nir entry %s "
833 hash_table_foreach(src->cache, entry) {
834 struct v3dv_pipeline_shared_data *cache_entry = entry->data;
848 fprintf(stderr, "pipeline cache %p, added entry %s "
987 hash_table_foreach(cache->nir_cache, entry) {
988 const struct serialized_nir *snir = entry->data;
1014 hash_table_foreach(cache->cache, entry) {
1015 struct v3dv_pipeline_shared_data *cache_entry = entry->data;