Home
last modified time | relevance | path

Searched refs:ac_build_alu_op (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c3840 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/
D20.0.0.rst3067 - ac: add 16-bit float support to ac_build_alu_op()