Searched refs:half_bld (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.h52 struct lp_build_context half_bld; member in struct:lp_build_nir_context
294 return &bld_base->half_bld;
H A Dlp_bld_nir.c53 return LLVMBuildBitCast(builder, val, bld_base->half_bld.vec_type, "");
317 result = LLVMBuildFPTrunc(builder, result, bld_base->half_bld.vec_type, "");
557 result = LLVMBuildFPTrunc(builder, src, bld_base->half_bld.vec_type, "");
625 bld_base->half_bld.vec_type, "");
832 bld_base->half_bld.vec_type, "");
976 bld_base->half_bld.vec_type, "");
H A Dlp_bld_nir_soa.c2432 lp_build_context_init(&bld.bld_base.half_bld, gallivm, half_type);

Completed in 14 milliseconds