Lines Matching defs:entry
291 hash_table_foreach(device->meta.color_clear.cache, entry) {
292 struct v3dv_meta_color_clear_pipeline *item = entry->data;
302 hash_table_foreach(device->meta.depth_clear.cache, entry) {
303 struct v3dv_meta_depth_clear_pipeline *item = entry->data;
828 struct hash_entry *entry =
830 if (entry) {
832 *pipeline = entry->data;
922 struct hash_entry *entry =
924 if (entry) {
926 *pipeline = entry->data;