Searched refs:clamp_fract (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2422 clamp_fract(struct lp_build_context *bld, LLVMValueRef fract) function in typeref:typename:LLVMValueRef
2442 return clamp_fract(bld, lp_build_fract(bld, a));
2685 *out_fpart = clamp_fract(bld, *out_fpart);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2311 clamp_fract(struct lp_build_context *bld, LLVMValueRef fract) function in typeref:typename:LLVMValueRef
2331 return clamp_fract(bld, lp_build_fract(bld, a));
2574 *out_fpart = clamp_fract(bld, *out_fpart);

Completed in 11 milliseconds