Searched refs:int16_type (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.c | 402 struct lp_type int16_type = dst_type; in lp_build_conv() local 409 int16_type.width *= 2; in lp_build_conv() 410 int16_type.length /= 2; in lp_build_conv() 411 int16_type.sign = 1; in lp_build_conv() 428 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]); in lp_build_conv() 429 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]); in lp_build_conv() 430 dst[i] = lp_build_pack2(gallivm, int16_type, dst_type, lo, hi); in lp_build_conv() 457 struct lp_type int16_type = dst_type; in lp_build_conv() local 464 int16_type.width *= 2; in lp_build_conv() 465 int16_type.length /= 2; in lp_build_conv() [all …]
|