Searched refs:ac_build_fmax (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_cull.c | 171 bbox_max[chan] = ac_build_fmax(ctx, pos[0][chan], pos[1][chan]); in cull_bbox() 175 bbox_max[chan] = ac_build_fmax(ctx, bbox_max[chan], pos[2][chan]); in cull_bbox() 291 LLVMValueRef max = ac_build_fmax(ctx, v0[chan], v1[chan]); in cull_bbox()
|
D | ac_llvm_build.h | 327 LLVMValueRef ac_build_fmax(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b);
|
D | ac_llvm_build.c | 1933 LLVMValueRef ac_build_fmax(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b) in ac_build_fmax() function 1970 return ac_build_fmin(ctx, ac_build_fmax(ctx, value, LLVMConstReal(t, 0.0)), in ac_build_clamp() 2535 result = ac_build_fmin(ctx, ac_build_fmax(ctx, src, zero), one); in ac_build_fsat()
|