Searched refs:sysval_to_id (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| H A D | pan_sysval.c | 138 pan_lookup_sysval(struct hash_table_u64 *sysval_to_id, argument 144 void *cached = _mesa_hash_table_u64_search(sysval_to_id, sysval); 153 _mesa_hash_table_u64_insert(sysval_to_id, sysval, (void *) ((uintptr_t) id + 1));
|
| H A D | pan_ir.h | 144 pan_lookup_sysval(struct hash_table_u64 *sysval_to_id,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | compiler.h | 308 struct hash_table_u64 *sysval_to_id; member in struct:compiler_context
|
| H A D | midgard_compile.c | 1503 pan_lookup_sysval(ctx->sysval_to_id, &ctx->info->sysvals, sysval); 3050 ctx->sysval_to_id = panfrost_init_sysvals(&info->sysvals, ctx); 3291 _mesa_hash_table_u64_destroy(ctx->sysval_to_id);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 522 struct hash_table_u64 *sysval_to_id; member in struct:compiler_context 798 if (_mesa_hash_table_u64_search(ctx->sysval_to_id, sysval)) 804 _mesa_hash_table_u64_insert(ctx->sysval_to_id, sysval, (void *) ((uintptr_t) id + 1)); 1541 void *val = _mesa_hash_table_u64_search(ctx->sysval_to_id, sysval); 3866 ctx->sysval_to_id = _mesa_hash_table_u64_create(NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | compiler.h | 618 struct hash_table_u64 *sysval_to_id; member in struct:__anon9a2e09911508
|
| H A D | bifrost_compile.c | 416 pan_lookup_sysval(b->shader->sysval_to_id, 3662 ctx->sysval_to_id = panfrost_init_sysvals(&info->sysvals, ctx); 3850 _mesa_hash_table_u64_destroy(ctx->sysval_to_id);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 1042 - panfrost: Move sysval_to_id out of panfrost_sysvals
|
Completed in 27 milliseconds