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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c795 LLVMValueRef thres; local in function:lp_build_conv
801 thres = bld.zero;
803 thres = lp_build_const_vec(gallivm, src_type, dst_min);
805 tmp[i] = lp_build_max(&bld, tmp[i], thres);
810 thres = bld.one;
812 thres = lp_build_const_vec(gallivm, src_type, dst_max);
814 tmp[i] = lp_build_min(&bld, tmp[i], thres);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c825 LLVMValueRef thres; local in function:lp_build_conv
831 thres = bld.zero;
833 thres = lp_build_const_vec(gallivm, src_type, dst_min);
835 tmp[i] = lp_build_max(&bld, tmp[i], thres);
840 thres = bld.one;
842 thres = lp_build_const_vec(gallivm, src_type, dst_max);
844 tmp[i] = lp_build_min(&bld, tmp[i], thres);

Completed in 4 milliseconds