Home
last modified time | relevance | path

Searched refs:sysval_to_id (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/panfrost/util/
Dpan_sysval.c138 pan_lookup_sysval(struct hash_table_u64 *sysval_to_id, in pan_lookup_sysval() argument
144 void *cached = _mesa_hash_table_u64_search(sysval_to_id, sysval); in pan_lookup_sysval()
153 _mesa_hash_table_u64_insert(sysval_to_id, sysval, (void *) ((uintptr_t) id + 1)); in pan_lookup_sysval()
Dpan_ir.h144 pan_lookup_sysval(struct hash_table_u64 *sysval_to_id,
/third_party/mesa3d/src/panfrost/midgard/
Dcompiler.h308 struct hash_table_u64 *sysval_to_id; member
Dmidgard_compile.c1503 pan_lookup_sysval(ctx->sysval_to_id, &ctx->info->sysvals, sysval); in emit_sysval_read()
3050 ctx->sysval_to_id = panfrost_init_sysvals(&info->sysvals, ctx); in midgard_compile_shader_nir()
3291 _mesa_hash_table_u64_destroy(ctx->sysval_to_id); in midgard_compile_shader_nir()
/third_party/mesa3d/src/panfrost/bifrost/
Dcompiler.h618 struct hash_table_u64 *sysval_to_id; member
Dbifrost_compile.c416 pan_lookup_sysval(b->shader->sysval_to_id, in bi_load_sysval_to()
3660 ctx->sysval_to_id = panfrost_init_sysvals(&info->sysvals, ctx); in bifrost_compile_shader_nir()
3848 _mesa_hash_table_u64_destroy(ctx->sysval_to_id); in bifrost_compile_shader_nir()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst1042 - panfrost: Move sysval_to_id out of panfrost_sysvals