Home
last modified time | relevance | path

Searched refs:ac_build_fmax (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_cull.c171 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()
Dac_llvm_build.h327 LLVMValueRef ac_build_fmax(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b);
Dac_llvm_build.c1933 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()