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.c142 bbox_max[chan] = ac_build_fmax(ctx, pos[0][chan], pos[1][chan]); in cull_bbox()
146 bbox_max[chan] = ac_build_fmax(ctx, bbox_max[chan], pos[2][chan]); in cull_bbox()
Dac_llvm_build.h343 LLVMValueRef ac_build_fmax(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b);
Dac_llvm_build.c1929 LLVMValueRef ac_build_fmax(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b) in ac_build_fmax() function
1966 return ac_build_fmin(ctx, ac_build_fmax(ctx, value, LLVMConstReal(t, 0.0)), in ac_build_clamp()
2510 result = ac_build_fmin(ctx, ac_build_fmax(ctx, src, zero), one); in ac_build_fsat()