Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c885 bld_base->dbl_bld.vec_type, ""); in f2d_emit()
898 bld_base->dbl_bld.vec_type, ""); in u2d_emit()
911 bld_base->dbl_bld.vec_type, ""); in i2d_emit()
936 one = lp_build_const_vec(bld_base->dbl_bld.gallivm, bld_base->dbl_bld.type, 1.0f); in drcp_emit()
949 tmp = lp_build_floor(&bld_base->dbl_bld, in dfrac_emit()
1144 bld_base->dbl_bld.vec_type, ""); in i642d_emit()
1156 bld_base->dbl_bld.vec_type, ""); in u642d_emit()
2101 emit_data->output[emit_data->chan] = lp_build_abs(&bld_base->dbl_bld, in dabs_emit_cpu()
2112 emit_data->output[emit_data->chan] = lp_build_sub(&bld_base->dbl_bld, in dneg_emit_cpu()
2113 bld_base->dbl_bld.zero, in dneg_emit_cpu()
[all …]
Dlp_bld_nir.h52 struct lp_build_context dbl_bld; member
Dlp_bld_nir_soa.c98 return LLVMBuildBitCast(builder, res, bld_base->dbl_bld.vec_type, ""); in emit_fetch_64bit()
258 res = LLVMBuildBitCast(builder, res, bld_base->dbl_bld.vec_type, ""); in build_gather()
260 bld_base->dbl_bld.int_vec_type, ""); in build_gather()
261 res = lp_build_select(&bld_base->dbl_bld, overflow_mask, in build_gather()
262 bld_base->dbl_bld.zero, res); in build_gather()
974 struct lp_build_context *bld_broad = bit_size == 64 ? &bld_base->dbl_bld : &bld_base->base; in emit_load_ubo()
980 LLVMTypeRef dptr_type = LLVMPointerType(bld_base->dbl_bld.elem_type, 0); in emit_load_ubo()
2004 lp_build_context_init(&bld.bld_base.dbl_bld, gallivm, dbl_type); in lp_build_nir_soa()
Dlp_bld_nir.c54 return LLVMBuildBitCast(builder, val, bld_base->dbl_bld.vec_type, ""); in cast_type()
103 return &bld_base->dbl_bld; in get_flt_bld()
316 result = LLVMBuildFPExt(builder, result, bld_base->dbl_bld.vec_type, ""); in emit_b2f()
580 bld_base->dbl_bld.vec_type, ""); in do_alu_action()
725 result = lp_build_int_to_float(&bld_base->dbl_bld, src[0]); in do_alu_action()
858 result = LLVMBuildBitCast(builder, tmp, bld_base->dbl_bld.vec_type, ""); in do_alu_action()
865 result = LLVMBuildUIToFP(builder, src[0], bld_base->dbl_bld.vec_type, ""); in do_alu_action()
Dlp_bld_tgsi.h346 struct lp_build_context dbl_bld; member
Dlp_bld_tgsi_soa.c609 res = LLVMBuildBitCast(builder, res, bld_base->dbl_bld.vec_type, ""); in build_gather()
611 bld_base->dbl_bld.int_vec_type, ""); in build_gather()
612 res = lp_build_select(&bld_base->dbl_bld, overflow_mask, in build_gather()
613 bld_base->dbl_bld.zero, res); in build_gather()
751 bld_fetch = &bld_base->dbl_bld; in stype_to_fetch()
896 bld_broad = &bld_base->dbl_bld; in emit_fetch_constant()
4429 lp_build_context_init(&bld.bld_base.dbl_bld, gallivm, dbl_type); in lp_build_tgsi_soa()