Searched refs:int16_type (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_conv.c | 586 struct lp_type int16_type, int32_type; local in function:lp_build_conv 594 int16_type = int32_type = dst_type_ext; 596 int16_type.width *= 2; 597 int16_type.length /= 2; 598 int16_type.sign = 1; 659 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]); 665 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]); 667 dst[i] = lp_build_pack2(gallivm, int16_type, dst_type_ext, lo, hi); 697 struct lp_type int16_type, int32_type; local in function:lp_build_conv 705 int16_type [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_conv.c | 614 struct lp_type int16_type, int32_type; local in function:lp_build_conv 622 int16_type = int32_type = dst_type_ext; 624 int16_type.width *= 2; 625 int16_type.length /= 2; 626 int16_type.sign = 1; 689 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]); 695 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]); 697 dst[i] = lp_build_pack2(gallivm, int16_type, dst_type_ext, lo, hi); 727 struct lp_type int16_type, int32_type; local in function:lp_build_conv 735 int16_type [all...] |
| H A D | lp_bld_nir_soa.c | 2453 struct lp_type int16_type; local in function:lp_build_nir_soa 2454 int16_type = lp_int_type(type); 2455 int16_type.width /= 2; 2456 lp_build_context_init(&bld.bld_base.int16_bld, gallivm, int16_type);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_module.h | 204 const struct dxil_type *int1_type, *int8_type, *int16_type, member in struct:dxil_module
|
| H A D | dxil_module.c | 487 if (!m->int16_type) 488 m->int16_type = create_int_type(m, 16); 489 return m->int16_type;
|
Completed in 13 milliseconds