Searched refs:h16_bld (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_aos.c | 1417 struct lp_build_context h16_bld; in lp_build_sample_mipmap() local 1419 lp_build_context_init(&h16_bld, bld->gallivm, lp_type_ufixed(16, bld->vector_width)); in lp_build_sample_mipmap() 1463 lod_fpart = LLVMBuildTrunc(builder, lod_fpart, h16_bld.elem_type, ""); in lp_build_sample_mipmap() 1464 lod_fpart = lp_build_broadcast_scalar(&h16_bld, lod_fpart); in lp_build_sample_mipmap() 1475 assert(h16_bld.type.length <= Elements(shuffles)); in lp_build_sample_mipmap() 1476 for (i = 0; i < h16_bld.type.length; i++) in lp_build_sample_mipmap() 1478 shuffle = LLVMConstVector(shuffles, h16_bld.type.length); in lp_build_sample_mipmap() 1485 colors0_lo = lp_build_lerp(&h16_bld, lod_fpart, in lp_build_sample_mipmap() 1487 colors0_hi = lp_build_lerp(&h16_bld, lod_fpart, in lp_build_sample_mipmap() 1504 h16_bld.type, in lp_build_sample_mipmap() [all …]
|