Searched refs:dst_min (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_pack.py287 dst_min = dst_channel.min()
291 dst_min_native = native_to_constant(src_channel, value_to_native(src_channel, dst_min))
294 if src_min < dst_min and src_max > dst_max:
300 if src_min < dst_min:
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_pack.py277 dst_min = dst_channel.min()
281 dst_min_native = native_to_constant(src_channel, value_to_native(src_channel, dst_min))
284 if src_min < dst_min and src_max > dst_max:
290 if src_min < dst_min:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c792 double dst_min = lp_const_min(dst_type); local in function:lp_build_conv
799 if(src_min < dst_min) {
800 if(dst_min == 0.0)
803 thres = lp_build_const_vec(gallivm, src_type, dst_min);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c822 double dst_min = lp_const_min(dst_type); local in function:lp_build_conv
829 if(src_min < dst_min) {
830 if(dst_min == 0.0)
833 thres = lp_build_const_vec(gallivm, src_type, dst_min);

Completed in 8 milliseconds