Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
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()
794 flt_size = lp_build_int_to_float(&bld->float_size_bld, scaled_size); in lp_build_sample_image_linear()
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()
Dlp_bld_sample_soa.c344 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
357 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
378 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
408 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
449 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
467 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
537 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
571 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
637 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_linear()
711 offset = lp_build_int_to_float(coord_bld, offset); in lp_build_sample_wrap_nearest()
[all …]
Dlp_bld_arit.h242 lp_build_int_to_float(struct lp_build_context *bld,
Dlp_bld_format_float.c448 src = lp_build_int_to_float(&f32_bld, src); in lp_build_rgb9_to_float_helper()
Dlp_bld_sample.c288 float_size = lp_build_int_to_float(float_size_bld, int_size); in lp_build_rho()
1183 base_size = lp_build_int_to_float(&fbld, base_size); in lp_build_minify()
Dlp_bld_nir.c722 result = lp_build_int_to_float(&bld_base->base, src[0]); in do_alu_action()
725 result = lp_build_int_to_float(&bld_base->dbl_bld, src[0]); in do_alu_action()
Dlp_bld_tgsi_action.c1472 emit_data->output[emit_data->chan] = lp_build_int_to_float(&bld_base->base, in i2f_emit_cpu()
Dlp_bld_arit.c1885 lp_build_int_to_float(struct lp_build_context *bld, in lp_build_int_to_float() function