Lines Matching refs:entry
125 set_foreach(batch->resources, entry) {
126 struct panfrost_resource *rsrc = (void *) entry->key;
240 struct hash_entry *entry = _mesa_hash_table_search(ctx->writers, rsrc);
241 struct panfrost_batch *writer = entry ? entry->data : NULL;
260 /* Skip the entry if this our batch. */
298 pan_bo_access *entry =
300 pan_bo_access old_flags = *entry;
311 *entry = flags;
883 struct hash_entry *entry = _mesa_hash_table_search(ctx->writers, rsrc);
885 if (entry) {
887 panfrost_batch_submit(ctx, entry->data);