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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c3860 struct lp_type dbl_type; local in function:lp_build_tgsi_soa
3861 dbl_type = type;
3862 dbl_type.width *= 2;
3863 lp_build_context_init(&bld.bld_base.dbl_bld, gallivm, dbl_type);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c2423 struct lp_type dbl_type; local in function:lp_build_nir_soa
2424 dbl_type = type;
2425 dbl_type.width *= 2;
2426 lp_build_context_init(&bld.bld_base.dbl_bld, gallivm, dbl_type);
H A Dlp_bld_tgsi_soa.c4426 struct lp_type dbl_type; local in function:lp_build_tgsi_soa
4427 dbl_type = type;
4428 dbl_type.width *= 2;
4429 lp_build_context_init(&bld.bld_base.dbl_bld, gallivm, dbl_type);

Completed in 17 milliseconds