Searched refs:ac_build_alu_op (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 3604 static LLVMValueRef ac_build_alu_op(struct ac_llvm_context *ctx, LLVMValueRef lhs, LLVMValueRef rhs, in ac_build_alu_op() function 3743 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3749 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3755 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3761 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3767 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3773 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3780 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3784 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3788 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 3067 - ac: add 16-bit float support to ac_build_alu_op()
|