Searched refs:narrow_bld (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 1504 struct lp_build_context narrow_bld; local in function:lp_build_lerp_simple 1511 lp_build_context_init(&narrow_bld, bld->gallivm, narrow_type); 1512 res = LLVMBuildBitCast(builder, res, narrow_bld.vec_type, ""); 1513 v0 = LLVMBuildBitCast(builder, v0, narrow_bld.vec_type, ""); 1514 res = lp_build_add(&narrow_bld, v0, res);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 1395 struct lp_build_context narrow_bld; local in function:lp_build_lerp_simple 1402 lp_build_context_init(&narrow_bld, bld->gallivm, narrow_type); 1403 res = LLVMBuildBitCast(builder, res, narrow_bld.vec_type, ""); 1404 v0 = LLVMBuildBitCast(builder, v0, narrow_bld.vec_type, ""); 1405 res = lp_build_add(&narrow_bld, v0, res);
|
Completed in 13 milliseconds