Home
last modified time | relevance | path

Searched refs:src_min (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/util/format/
Du_format_pack.py275 src_min = src_channel.min()
284 if src_min < dst_min and src_max > dst_max:
290 if src_min < dst_min:
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp289 static D map(S value, S src_min, S src_max, D dst_min, D dst_max) { in map()
290 SkASSERT(src_min < src_max); in map()
292 return C()(dst_min + (((value - src_min) * (dst_max - dst_min)) / (src_max - src_min))); in map()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c821 double src_min = lp_const_min(src_type); in lp_build_conv() local
829 if(src_min < dst_min) { in lp_build_conv()