Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c82 LLVMValueRef rescale_src, i32_roundmask, small_max; in lp_build_float_to_smallfloat() local
136 small_max = lp_build_const_int_vec(gallivm, i32_type, in lp_build_float_to_smallfloat()
139 small_max = LLVMBuildBitCast(builder, small_max, f32_bld.vec_type, ""); in lp_build_float_to_smallfloat()
140 normal = lp_build_min(&f32_bld, normal, small_max); in lp_build_float_to_smallfloat()