Searched refs:lp_build_concat (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.h98 lp_build_concat(struct gallivm_state *gallivm,
H A Dlp_bld_pack.c212 lp_build_concat(struct gallivm_state *gallivm, function in typeref:typename:LLVMValueRef
277 dst[i] = lp_build_concat(gallivm, &src[i * size], src_type, size);
343 tmpdst = lp_build_concat(gallivm, srchalf, tmp_type, 2);
688 res = lp_build_concat(gallivm, tmpres, ndst_type, num_split);
963 tmp[0] = lp_build_concat(gallivm, tmp, dst_type, size_ratio);
H A Dlp_bld_intr.c374 return lp_build_concat(gallivm, tmp, intrin_type, num_vec);
H A Dlp_bld_gather.c572 res = lp_build_concat(gallivm, elems, dst_type, length);
H A Dlp_bld_format_soa.c72 aos_channels[j] = lp_build_concat(gallivm, channel, aos_channel_type, pixels_per_channel);
H A Dlp_bld_format_s3tc.c293 elems[i] = lp_build_concat(gallivm, tmp, lp_type32dxt, 2);
315 elems[i] = lp_build_concat(gallivm, tmp, lp_type32, 2);
2229 rgba = lp_build_concat(gallivm, rgba4, lp_324_vectype, n / 4);
H A Dlp_bld_sample.c464 float_size = lp_build_concat(bld->gallivm, src, float_size_bld->type, num_quads);
1284 *out_size = lp_build_concat(bld->gallivm,
1316 *out_size = lp_build_concat(bld->gallivm, tmp,
H A Dlp_bld_arit.c852 ret_vec = lp_build_concat(gallivm, partres, parttype, num_iter);
1239 muleven = lp_build_concat(gallivm, muleven2, type_wide_half, 2);
1240 mulodd = lp_build_concat(gallivm, mulodd2, type_wide_half, 2);
H A Dlp_bld_sample_soa.c3353 texel_out[j] = lp_build_concat(gallivm, texelouttmp[j], type4, num_quads);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.h98 lp_build_concat(struct gallivm_state *gallivm,
H A Dlp_bld_pack.c212 lp_build_concat(struct gallivm_state *gallivm, function in typeref:typename:LLVMValueRef
277 dst[i] = lp_build_concat(gallivm, &src[i * size], src_type, size);
343 tmpdst = lp_build_concat(gallivm, srchalf, tmp_type, 2);
688 res = lp_build_concat(gallivm, tmpres, ndst_type, num_split);
963 tmp[0] = lp_build_concat(gallivm, tmp, dst_type, size_ratio);
H A Dlp_bld_intr.c380 return lp_build_concat(gallivm, tmp, intrin_type, num_vec);
H A Dlp_bld_gather.c572 res = lp_build_concat(gallivm, elems, dst_type, length);
H A Dlp_bld_format_s3tc.c288 elems[i] = lp_build_concat(gallivm, tmp, lp_type32dxt, 2);
313 elems[i] = lp_build_concat(gallivm, tmp, lp_type32_4, 2);
2271 rgba = lp_build_concat(gallivm, rgba4, lp_324_vectype, n / 4);
2387 elems[i] = lp_build_concat(gallivm, tmp, lp_type32dxt, 2);
2413 elems[i] = lp_build_concat(gallivm, tmp, lp_type32_4, 2);
2626 rgba = lp_build_concat(gallivm, rgba4, lp_324_vectype, n / 4);
H A Dlp_bld_sample.c589 float_size = lp_build_concat(bld->gallivm, src, float_size_bld->type, num_quads);
1421 *out_size = lp_build_concat(bld->gallivm,
1453 *out_size = lp_build_concat(bld->gallivm, tmp,
H A Dlp_bld_format_soa.c74 aos_channels[j] = lp_build_concat(gallivm, channel, aos_channel_type, pixels_per_channel);
H A Dlp_bld_arit.c726 ret_vec = lp_build_concat(gallivm, partres, parttype, num_iter);
1114 muleven = lp_build_concat(gallivm, muleven2, type_wide_half, 2);
1115 mulodd = lp_build_concat(gallivm, mulodd2, type_wide_half, 2);
H A Dlp_bld_sample_soa.c3874 texel_out[j] = lp_build_concat(gallivm, texelouttmp[j], type4, num_quads);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1316 tmps = lp_build_concat(gallivm, &tmpsrc[i * 2], src_type, 2);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1895 tmps = lp_build_concat(gallivm, &tmpsrc[i * 2], src_type, 2);

Completed in 58 milliseconds