Searched refs:dbl_bld (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.h53 struct lp_build_context dbl_bld; member in struct:lp_build_nir_context
292 return &bld_base->dbl_bld;
H A Dlp_bld_tgsi_action.c885 bld_base->dbl_bld.vec_type, "");
898 bld_base->dbl_bld.vec_type, "");
911 bld_base->dbl_bld.vec_type, "");
936 one = lp_build_const_vec(bld_base->dbl_bld.gallivm, bld_base->dbl_bld.type, 1.0f);
949 tmp = lp_build_floor(&bld_base->dbl_bld,
1144 bld_base->dbl_bld.vec_type, "");
1156 bld_base->dbl_bld.vec_type, "");
2101 emit_data->output[emit_data->chan] = lp_build_abs(&bld_base->dbl_bld,
2112 emit_data->output[emit_data->chan] = lp_build_sub(&bld_base->dbl_bld,
[all...]
H A Dlp_bld_tgsi.h351 struct lp_build_context dbl_bld; member in struct:lp_build_tgsi_context
H A Dlp_bld_nir_soa.c98 return LLVMBuildBitCast(builder, res, bld_base->dbl_bld.vec_type, "");
258 res = LLVMBuildBitCast(builder, res, bld_base->dbl_bld.vec_type, "");
260 bld_base->dbl_bld.int_vec_type, "");
261 res = lp_build_select(&bld_base->dbl_bld, overflow_mask,
262 bld_base->dbl_bld.zero, res);
2426 lp_build_context_init(&bld.bld_base.dbl_bld, gallivm, dbl_type);
H A Dlp_bld_tgsi_soa.c609 res = LLVMBuildBitCast(builder, res, bld_base->dbl_bld.vec_type, "");
611 bld_base->dbl_bld.int_vec_type, "");
612 res = lp_build_select(&bld_base->dbl_bld, overflow_mask,
613 bld_base->dbl_bld.zero, res);
751 bld_fetch = &bld_base->dbl_bld;
896 bld_broad = &bld_base->dbl_bld;
4429 lp_build_context_init(&bld.bld_base.dbl_bld, gallivm, dbl_type);
H A Dlp_bld_nir.c57 return LLVMBuildBitCast(builder, val, bld_base->dbl_bld.vec_type, "");
322 result = LLVMBuildFPExt(builder, result, bld_base->dbl_bld.vec_type, "");
637 bld_base->dbl_bld.vec_type, "");
838 result = lp_build_int_to_float(&bld_base->dbl_bld, src[0]);
982 result = LLVMBuildUIToFP(builder, src[0], bld_base->dbl_bld.vec_type, "");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c885 bld_base->dbl_bld.vec_type, "");
898 bld_base->dbl_bld.vec_type, "");
911 bld_base->dbl_bld.vec_type, "");
936 one = lp_build_const_vec(bld_base->dbl_bld.gallivm, bld_base->dbl_bld.type, 1.0f);
949 tmp = lp_build_floor(&bld_base->dbl_bld,
1144 bld_base->dbl_bld.vec_type, "");
1156 bld_base->dbl_bld.vec_type, "");
2101 emit_data->output[emit_data->chan] = lp_build_abs(&bld_base->dbl_bld,
2112 emit_data->output[emit_data->chan] = lp_build_sub(&bld_base->dbl_bld,
[all...]
H A Dlp_bld_tgsi.h339 struct lp_build_context dbl_bld; member in struct:lp_build_tgsi_context
H A Dlp_bld_tgsi_soa.c998 res = LLVMBuildBitCast(builder, res, bld_base->dbl_bld.vec_type, "");
1000 bld_base->dbl_bld.int_vec_type, "");
1001 res = lp_build_select(&bld_base->dbl_bld, overflow_mask,
1002 bld_base->dbl_bld.zero, res);
1140 bld_fetch = &bld_base->dbl_bld;
1285 bld_broad = &bld_base->dbl_bld;
3863 lp_build_context_init(&bld.bld_base.dbl_bld, gallivm, dbl_type);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_setup.c981 lp_build_context_init(&ctx->bld_base.dbl_bld, &ctx->gallivm, type);

Completed in 31 milliseconds