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