X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Famd%2Fcommon%2Fac_llvm_build.h;h=3258e5ef54a227e049c51c27d9755b9aaf78594e;hb=6b73aafceb1eb8e81754e2f349826994de678466;hp=e88874ad46b9a3bd8c2b87b7f68a8dd68725646b;hpb=f32955be4374e4fe08c678d440e03d64cf028cc4;p=mesa.git diff --git a/src/amd/common/ac_llvm_build.h b/src/amd/common/ac_llvm_build.h index e88874ad46b..3258e5ef54a 100644 --- a/src/amd/common/ac_llvm_build.h +++ b/src/amd/common/ac_llvm_build.h @@ -182,6 +182,14 @@ void ac_emit_sendmsg(struct ac_llvm_context *ctx, uint32_t msg, LLVMValueRef wave_id); +LLVMValueRef ac_emit_imsb(struct ac_llvm_context *ctx, + LLVMValueRef arg, + LLVMTypeRef dst_type); + +LLVMValueRef ac_emit_umsb(struct ac_llvm_context *ctx, + LLVMValueRef arg, + LLVMTypeRef dst_type); + #ifdef __cplusplus } #endif