Searched refs:int16_type (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.c | 586 struct lp_type int16_type, int32_type; in lp_build_conv() local 594 int16_type = int32_type = dst_type_ext; in lp_build_conv() 596 int16_type.width *= 2; in lp_build_conv() 597 int16_type.length /= 2; in lp_build_conv() 598 int16_type.sign = 1; in lp_build_conv() 659 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]); in lp_build_conv() 665 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]); in lp_build_conv() 667 dst[i] = lp_build_pack2(gallivm, int16_type, dst_type_ext, lo, hi); in lp_build_conv() 697 struct lp_type int16_type, int32_type; in lp_build_conv() local 705 int16_type = int32_type = dst_type_ext; in lp_build_conv() [all …]
|