Searched refs:dst_type_ext (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_conv.c | 587 struct lp_type dst_type_ext = dst_type; local in function:lp_build_conv 593 dst_type_ext.length = 16; 594 int16_type = int32_type = dst_type_ext; 667 dst[i] = lp_build_pack2(gallivm, int16_type, dst_type_ext, lo, hi); 698 struct lp_type dst_type_ext = dst_type; local in function:lp_build_conv 704 dst_type_ext.length = 16; 705 int16_type = int32_type = dst_type_ext; 752 dst[i] = lp_build_pack2(gallivm, int16_type, dst_type_ext, tmp[0], tmp[1]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_conv.c | 615 struct lp_type dst_type_ext = dst_type; local in function:lp_build_conv 621 dst_type_ext.length = 16; 622 int16_type = int32_type = dst_type_ext; 697 dst[i] = lp_build_pack2(gallivm, int16_type, dst_type_ext, lo, hi); 728 struct lp_type dst_type_ext = dst_type; local in function:lp_build_conv 734 dst_type_ext.length = 16; 735 int16_type = int32_type = dst_type_ext; 782 dst[i] = lp_build_pack2(gallivm, int16_type, dst_type_ext, tmp[0], tmp[1]);
|
Completed in 37 milliseconds