Searched refs:ac_build_umax (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h448 LLVMValueRef ac_build_umax(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b);
H A Dac_nir_to_llvm.c727 result = ac_build_umax(&ctx->ac, src[0], src[1]);
1082 result = ac_build_umax(&ctx->ac, src[0], src[1]);
1083 result = ac_build_umax(&ctx->ac, result, src[2]);
1106 LLVMValueRef tmp2 = ac_build_umax(&ctx->ac, src[0], src[1]);
1108 result = ac_build_umax(&ctx->ac, tmp1, tmp2);
H A Dac_llvm_build.c2113 LLVMValueRef ac_build_umax(struct ac_llvm_context *ctx, LLVMValueRef a, function in typeref:typename:LLVMValueRef
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h347 LLVMValueRef ac_build_umax(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b);
H A Dac_llvm_build.c1957 LLVMValueRef ac_build_umax(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b) function in typeref:typename:LLVMValueRef
H A Dac_nir_to_llvm.c794 result = ac_build_umax(&ctx->ac, src[0], src[1]);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst4359 - ac: add ac_build_umax() and use it where possible

Completed in 34 milliseconds