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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c645 LLVMValueRef const_max; local in function:lp_build_conv
646 const_max = lp_build_const_int_vec(gallivm, src_type, 255);
647 tmp[j] = lp_build_min(&bld, src[j], const_max);
738 LLVMValueRef const_max; local in function:lp_build_conv
739 const_max = lp_build_const_int_vec(gallivm, src_type, 255);
740 a = lp_build_min(&bld, a, const_max);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c675 LLVMValueRef const_max; local in function:lp_build_conv
676 const_max = lp_build_const_int_vec(gallivm, src_type, 255);
677 tmp[j] = lp_build_min(&bld, src[j], const_max);
768 LLVMValueRef const_max; local in function:lp_build_conv
769 const_max = lp_build_const_int_vec(gallivm, src_type, 255);
770 a = lp_build_min(&bld, a, const_max);

Completed in 4 milliseconds