Searched refs:ac_build_alu_op (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 3840 static LLVMValueRef ac_build_alu_op(struct ac_llvm_context *ctx, LLVMValueRef lhs, LLVMValueRef rhs, function in typeref:typename:LLVMValueRef 3979 result = ac_build_alu_op(ctx, result, tmp, op); 3985 result = ac_build_alu_op(ctx, result, tmp, op); 3991 result = ac_build_alu_op(ctx, result, tmp, op); 3997 result = ac_build_alu_op(ctx, result, tmp, op); 4003 result = ac_build_alu_op(ctx, result, tmp, op); 4009 result = ac_build_alu_op(ctx, result, tmp, op); 4016 result = ac_build_alu_op(ctx, result, tmp, op); 4020 result = ac_build_alu_op(ctx, result, tmp, op); 4024 result = ac_build_alu_op(ct [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.c | 3689 ac_build_alu_op(struct ac_llvm_context *ctx, LLVMValueRef lhs, LLVMValueRef rhs, nir_op op) function in typeref:typename:LLVMValueRef 3740 result = ac_build_alu_op(ctx, result, tmp, op); 3744 result = ac_build_alu_op(ctx, result, tmp, op); 3748 result = ac_build_alu_op(ctx, result, tmp, op); 3752 result = ac_build_alu_op(ctx, result, tmp, op); 3756 result = ac_build_alu_op(ctx, result, tmp, op); 3760 result = ac_build_alu_op(ctx, result, tmp, op); 3764 result = ac_build_alu_op(ctx, result, tmp, op); 3830 result = ac_build_alu_op(ctx, result, swap, op); 3834 result = ac_build_alu_op(ct [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.0.0.rst | 3067 - ac: add 16-bit float support to ac_build_alu_op()
|
Completed in 46 milliseconds