Home
last modified time | relevance | path

Searched refs:plb_pp_stream (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_context.c170 _mesa_hash_table_destroy(ctx->plb_pp_stream, in lima_context_destroy()
286 ctx->plb_pp_stream = _mesa_hash_table_create( in lima_context_create()
288 if (!ctx->plb_pp_stream) in lima_context_create()
Dlima_job.c561 _mesa_hash_table_search(ctx->plb_pp_stream, &entry->key); in lima_free_stale_pp_stream_bo()
563 _mesa_hash_table_remove(ctx->plb_pp_stream, hash_entry); in lima_free_stale_pp_stream_bo()
614 _mesa_hash_table_search(ctx->plb_pp_stream, &key); in lima_update_damage_pp_stream()
634 rzalloc(ctx->plb_pp_stream, struct lima_ctx_plb_pp_stream); in lima_update_damage_pp_stream()
662 _mesa_hash_table_insert(ctx->plb_pp_stream, &s->key, s); in lima_update_damage_pp_stream()
Dlima_context.h258 struct hash_table *plb_pp_stream; member