Searched refs:plb_pp_stream (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_context.c149 if (ctx->plb_pp_stream)
150 assert(!_mesa_hash_table_num_entries(ctx->plb_pp_stream));
249 ctx->plb_pp_stream = _mesa_hash_table_create(
251 if (!ctx->plb_pp_stream)
H A Dlima_resource.c386 if (ctx->plb_pp_stream) {
396 _mesa_hash_table_search(ctx->plb_pp_stream, &key);
403 ralloc(ctx->plb_pp_stream, struct lima_ctx_plb_pp_stream);
409 _mesa_hash_table_insert(ctx->plb_pp_stream, &s->key, s);
424 if (ctx->plb_pp_stream) {
434 _mesa_hash_table_search(ctx->plb_pp_stream, &key);
439 _mesa_hash_table_remove(ctx->plb_pp_stream, entry);
H A Dlima_context.h234 struct hash_table *plb_pp_stream; member in struct:lima_context
H A Dlima_draw.c632 _mesa_hash_table_search(ctx->plb_pp_stream, &key);
675 else if (ctx->plb_pp_stream)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_context.c170 _mesa_hash_table_destroy(ctx->plb_pp_stream,
284 ctx->plb_pp_stream = _mesa_hash_table_create(
286 if (!ctx->plb_pp_stream)
H A Dlima_context.h248 struct hash_table *plb_pp_stream; member in struct:lima_context
H A Dlima_job.c614 _mesa_hash_table_search(ctx->plb_pp_stream, &entry->key);
616 _mesa_hash_table_remove(ctx->plb_pp_stream, hash_entry);
667 _mesa_hash_table_search(ctx->plb_pp_stream, &key);
687 rzalloc(ctx->plb_pp_stream, struct lima_ctx_plb_pp_stream);
715 _mesa_hash_table_insert(ctx->plb_pp_stream, &s->key, s);

Completed in 9 milliseconds