Home
last modified time | relevance | path

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

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