Lines Matching refs:entry
171 struct hash_entry *entry = _mesa_hash_table_search(ctx->jobs, &local_key);
172 if (entry)
173 return entry->data;
555 list_for_each_entry_safe(struct lima_ctx_plb_pp_stream, entry,
561 _mesa_hash_table_search(ctx->plb_pp_stream, &entry->key);
564 list_del(&entry->lru_list);
566 ctx->plb_stream_cache_size -= entry->bo->size;
567 lima_bo_unreference(entry->bo);
569 ralloc_free(entry);
613 struct hash_entry *entry =
615 if (entry) {
616 struct lima_ctx_plb_pp_stream *s = entry->data;
1020 hash_table_foreach(ctx->jobs, entry) {
1021 struct lima_job *job = entry->data;
1030 hash_table_foreach(ctx->jobs, entry) {
1031 struct lima_job *job = entry->data;
1045 struct hash_entry *entry = _mesa_hash_table_search(ctx->write_jobs, prsc);
1047 if (entry) {
1048 struct lima_job *job = entry->data;