Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c102 LLVMValueRef length_f = lp_build_int_to_float(coord_bld, length); in lp_build_sample_wrap_nearest_int()
104 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_nearest_int()
254 LLVMValueRef length_f = lp_build_int_to_float(&bld->coord_bld, length); in lp_build_sample_wrap_linear_int()
256 offset = lp_build_int_to_float(&bld->coord_bld, offset); in lp_build_sample_wrap_linear_int()
308 LLVMValueRef length_f = lp_build_int_to_float(&bld->coord_bld, length); in lp_build_sample_wrap_linear_int()
310 offset = lp_build_int_to_float(&bld->coord_bld, offset); in lp_build_sample_wrap_linear_int()
474 flt_size = lp_build_int_to_float(&bld->float_size_bld, int_size); in lp_build_sample_image_nearest()
786 flt_size = lp_build_int_to_float(&bld->float_size_bld, scaled_size); in lp_build_sample_image_linear()
H A Dlp_bld_sample_soa.c460 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
472 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
493 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
523 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
564 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
582 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
652 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
686 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
752 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
825 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_nearest()
[all …]
H A Dlp_bld_format_srgb.c130 srcf = lp_build_int_to_float(&f32_bld, src); in lp_build_srgb_to_linear()
201 tmp = lp_build_int_to_float(&f32_bld, tmp); in lp_build_linear_to_srgb()
H A Dlp_bld_arit.h240 lp_build_int_to_float(struct lp_build_context *bld,
H A Dlp_bld_format_float.c448 src = lp_build_int_to_float(&f32_bld, src); in lp_build_rgb9_to_float_helper()
H A Dlp_bld_sample.c289 float_size = lp_build_int_to_float(float_size_bld, int_size); in lp_build_pmin()
397 LLVMValueRef float_size = lp_build_int_to_float(float_size_bld, int_size); in lp_build_rho()
1260 base_size = lp_build_int_to_float(&fbld, base_size); in lp_build_minify()
H A Dlp_bld_nir.c811 result = lp_build_int_to_float(&bld_base->base, src[0]); in do_alu_action()
814 result = lp_build_int_to_float(&bld_base->dbl_bld, src[0]); in do_alu_action()
H A Dlp_bld_tgsi_action.c1470 emit_data->output[emit_data->chan] = lp_build_int_to_float(&bld_base->base, in i2f_emit_cpu()
H A Dlp_bld_arit.c1844 lp_build_int_to_float(struct lp_build_context *bld, in lp_build_int_to_float() function