Lines Matching defs:entry
81 struct hash_entry *entry = _mesa_hash_table_search(spec->structs,
83 return entry ? entry->data : NULL;
89 struct hash_entry *entry =
92 return entry ? entry->data : NULL;
98 struct hash_entry *entry =
100 return entry ? entry->data : NULL;
106 struct hash_entry *entry = _mesa_hash_table_search(spec->enums,
108 return entry ? entry->data : NULL;
757 hash_table_foreach(spec->commands, entry) {
758 struct intel_group *command = entry->data;
775 struct hash_entry *entry = _mesa_hash_table_search(spec->access_cache,
777 if (entry)
778 return entry->data;