Home
last modified time | relevance | path

Searched refs:dbl_bld (Results 1 – 5 of 5) 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_tgsi.h339 struct lp_build_context dbl_bld; member
Dlp_bld_tgsi_soa.c985 res = LLVMBuildBitCast(builder, res, bld_base->dbl_bld.vec_type, ""); in build_gather()
987 bld_base->dbl_bld.int_vec_type, ""); in build_gather()
988 res = lp_build_select(&bld_base->dbl_bld, overflow_mask, in build_gather()
989 bld_base->dbl_bld.zero, res); in build_gather()
1126 bld_fetch = &bld_base->dbl_bld; in stype_to_fetch()
1250 bld_broad = &bld_base->dbl_bld; in emit_fetch_constant()
3807 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_alu.c366 cmp = LLVMBuildFCmp(builder, LLVMRealOGT, emit_data->args[0], bld_base->dbl_bld.zero, ""); in emit_ssg()
367 val = LLVMBuildSelect(builder, cmp, bld_base->dbl_bld.one, emit_data->args[0], ""); in emit_ssg()
368 cmp = LLVMBuildFCmp(builder, LLVMRealOGE, val, bld_base->dbl_bld.zero, ""); in emit_ssg()
369 val = LLVMBuildSelect(builder, cmp, val, LLVMConstReal(bld_base->dbl_bld.elem_type, -1), ""); in emit_ssg()
Dsi_shader_tgsi_setup.c1049 lp_build_context_init(&ctx->bld_base.dbl_bld, &ctx->gallivm, type); in si_llvm_context_init()