Home
last modified time | relevance | path

Searched refs:ac_build_umax (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h347 LLVMValueRef ac_build_umax(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b);
Dac_llvm_build.c1957 LLVMValueRef ac_build_umax(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b) in ac_build_umax() function
Dac_nir_to_llvm.c794 result = ac_build_umax(&ctx->ac, src[0], src[1]); in visit_alu()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst4359 - ac: add ac_build_umax() and use it where possible