Searched refs:ac_build_export (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.h | 284 void ac_build_export(struct ac_llvm_context *ctx, struct ac_export_args *a);
|
D | ac_nir_to_llvm.c | 6081 ac_build_export(&ctx->ac, &pos_args[i]); in handle_vs_outputs_post() 6116 ac_build_export(&ctx->ac, &args); in handle_vs_outputs_post() 6132 ac_build_export(&ctx->ac, &args); in handle_vs_outputs_post() 6516 ac_build_export(&ctx->ac, &args); in radv_export_mrt_z() 6560 ac_build_export(&ctx->ac, &color_args[i]); in handle_fs_outputs_post() 6565 ac_build_export(&ctx->ac, &color_args[0]); in handle_fs_outputs_post()
|
D | ac_llvm_build.c | 1300 void ac_build_export(struct ac_llvm_context *ctx, struct ac_export_args *a) in ac_build_export() function
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 2840 ac_build_export(&ctx->ac, &args); in si_export_param() 3030 ac_build_export(&ctx->ac, &pos_args[i]); in si_llvm_export_vs() 3789 ac_build_export(&ctx->ac, &exp->args[i]); in si_emit_ps_exports() 3808 ac_build_export(&ctx->ac, &args); in si_export_null()
|