Searched refs:sysval_to_id (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_sysval.c138 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 Dpan_ir.h144 pan_lookup_sysval(struct hash_table_u64 *sysval_to_id,
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dcompiler.h308 struct hash_table_u64 *sysval_to_id; member in struct:compiler_context
H A Dmidgard_compile.c1503 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 Dmidgard_compile.c522 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 Dcompiler.h618 struct hash_table_u64 *sysval_to_id; member in struct:__anon9a2e09911508
H A Dbifrost_compile.c416 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 D21.1.0.rst1042 - panfrost: Move sysval_to_id out of panfrost_sysvals

Completed in 27 milliseconds