Home
last modified time | relevance | path

Searched refs:si_llvm_create_func (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.h59 void si_llvm_create_func(struct si_shader_context *ctx, const char *name, LLVMTypeRef *return_types,
H A Dsi_shader_llvm.c124 void si_llvm_create_func(struct si_shader_context *ctx, const char *name, LLVMTypeRef *return_types, in si_llvm_create_func() function
195 si_llvm_create_func(ctx, "main", returns, ctx->args->ac.return_count, in si_llvm_create_main_func()
399 si_llvm_create_func(ctx, "wrapper", NULL, 0, si_get_max_workgroup_size(ctx->shader)); in si_build_wrapper_function()
H A Dsi_shader_llvm_ps.c500 si_llvm_create_func(ctx, "ps_prolog", return_types, num_returns, 0); in si_llvm_build_ps_prolog()
676 si_llvm_create_func(ctx, "ps_epilog", NULL, 0, 0); in si_llvm_build_ps_epilog()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D20.0.0.rst2392 - radeonsi: fold si_create_function into si_llvm_create_func
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv53190 …d,[email protected],radeonsi: pass the function name to si_llvm_create_func