Searched refs:ac_build_alu_op (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 3757 static LLVMValueRef ac_build_alu_op(struct ac_llvm_context *ctx, LLVMValueRef lhs, LLVMValueRef rhs, in ac_build_alu_op() function 3896 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3902 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3908 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3914 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3920 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3926 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3933 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3937 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() 3941 result = ac_build_alu_op(ctx, result, tmp, op); in ac_build_scan() [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 3067 - ac: add 16-bit float support to ac_build_alu_op()
|