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 | 3840 static LLVMValueRef ac_build_alu_op(struct ac_llvm_context *ctx, LLVMValueRef lhs, LLVMValueRef rhs, in ac_build_alu_op() function 3979 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3985 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3991 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3997 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 4003 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 4009 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 4016 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 4020 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 4024 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()
|