Searched refs:sysval_to_id (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/panfrost/util/ |
D | pan_sysval.c | 138 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()
|
D | pan_ir.h | 144 pan_lookup_sysval(struct hash_table_u64 *sysval_to_id,
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | compiler.h | 308 struct hash_table_u64 *sysval_to_id; member
|
D | midgard_compile.c | 1503 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/ |
D | compiler.h | 618 struct hash_table_u64 *sysval_to_id; member
|
D | bifrost_compile.c | 416 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/ |
D | 21.1.0.rst | 1042 - panfrost: Move sysval_to_id out of panfrost_sysvals
|