Searched refs:plb_pp_stream (Results 1 – 3 of 3) sorted by relevance
169 _mesa_hash_table_destroy(ctx->plb_pp_stream, in lima_context_destroy()283 ctx->plb_pp_stream = _mesa_hash_table_create( in lima_context_create()285 if (!ctx->plb_pp_stream) in lima_context_create()
611 _mesa_hash_table_search(ctx->plb_pp_stream, &entry->key); in lima_free_stale_pp_stream_bo()613 _mesa_hash_table_remove(ctx->plb_pp_stream, hash_entry); in lima_free_stale_pp_stream_bo()664 _mesa_hash_table_search(ctx->plb_pp_stream, &key); in lima_update_damage_pp_stream()684 rzalloc(ctx->plb_pp_stream, struct lima_ctx_plb_pp_stream); in lima_update_damage_pp_stream()712 _mesa_hash_table_insert(ctx->plb_pp_stream, &s->key, s); in lima_update_damage_pp_stream()
222 struct hash_table *plb_pp_stream; member