Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1024 bld_base->dbl_bld.vec_type, ""); in f2d_emit()
1037 bld_base->dbl_bld.vec_type, ""); in u2d_emit()
1050 bld_base->dbl_bld.vec_type, ""); in i2d_emit()
1075 one = lp_build_const_vec(bld_base->dbl_bld.gallivm, bld_base->dbl_bld.type, 1.0f); in drcp_emit()
1088 tmp = lp_build_floor(&bld_base->dbl_bld, in dfrac_emit()
1283 bld_base->dbl_bld.vec_type, ""); in i642d_emit()
1295 bld_base->dbl_bld.vec_type, ""); in u642d_emit()
2246 emit_data->output[emit_data->chan] = lp_build_abs(&bld_base->dbl_bld, in dabs_emit_cpu()
2257 emit_data->output[emit_data->chan] = lp_build_sub(&bld_base->dbl_bld, in dneg_emit_cpu()
2258 bld_base->dbl_bld.zero, in dneg_emit_cpu()
[all …]
Dlp_bld_tgsi.h339 struct lp_build_context dbl_bld; member
Dlp_bld_tgsi_soa.c1018 res = LLVMBuildBitCast(builder, res, bld_base->dbl_bld.vec_type, ""); in build_gather()
1020 bld_base->dbl_bld.int_vec_type, ""); in build_gather()
1021 res = lp_build_select(&bld_base->dbl_bld, overflow_mask, in build_gather()
1022 bld_base->dbl_bld.zero, res); in build_gather()
1169 bld_fetch = &bld_base->dbl_bld; in stype_to_fetch()
1293 bld_broad = &bld_base->dbl_bld; in emit_fetch_constant()
3923 lp_build_context_init(&bld.bld_base.dbl_bld, gallivm, dbl_type); in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1321 lp_build_context_init(&ctx->bld_base.dbl_bld, &ctx->gallivm, type); in si_llvm_context_init()