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 D | lima_context.c | 149 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 D | lima_resource.c | 386 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 D | lima_context.h | 234 struct hash_table *plb_pp_stream; member in struct:lima_context
|
| H A D | lima_draw.c | 632 _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 D | lima_context.c | 170 _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 D | lima_context.h | 248 struct hash_table *plb_pp_stream; member in struct:lima_context
|
| H A D | lima_job.c | 614 _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