H A D | lp_bld_format_float.c | 73 struct lp_type i32_type, in lp_build_float_to_smallfloat() 85 struct lp_type f32_type = lp_type_float_vec(32, 32 * i32_type.length); in lp_build_float_to_smallfloat() 93 lp_build_context_init(&i32_bld, gallivm, i32_type); in lp_build_float_to_smallfloat() 95 i32_smallexpmask = lp_build_const_int_vec(gallivm, i32_type, in lp_build_float_to_smallfloat() 97 i32_floatexpmask = lp_build_const_int_vec(gallivm, i32_type, 0xff << 23); in lp_build_float_to_smallfloat() 118 i32_roundmask = lp_build_const_int_vec(gallivm, i32_type, in lp_build_float_to_smallfloat() 130 magic = lp_build_const_int_vec(gallivm, i32_type, in lp_build_float_to_smallfloat() 136 small_max = lp_build_const_int_vec(gallivm, i32_type, in lp_build_float_to_smallfloat() 163 is_nan = lp_build_compare(gallivm, i32_type, PIPE_FUNC_GREATER, in lp_build_float_to_smallfloat() 165 is_inf = lp_build_compare(gallivm, i32_type, PIPE_FUNC_EQUA in lp_build_float_to_smallfloat() 72 lp_build_float_to_smallfloat(struct gallivm_state *gallivm, struct lp_type i32_type, LLVMValueRef src, unsigned mantissa_bits, unsigned exponent_bits, unsigned mantissa_start, boolean has_sign) lp_build_float_to_smallfloat() argument 245 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); lp_build_float_to_r11g11b10() local 293 struct lp_type i32_type = lp_type_int_vec(32, 32 * f32_type.length); lp_build_smallfloat_to_float() local 431 struct lp_type i32_type = lp_type_int_vec(32, 32 * f32_type.length); lp_build_rgb9_to_float_helper() local 469 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); lp_build_rgb9e5_to_float() local [all...] |