Home
last modified time | relevance | path

Searched refs:lp_build_concat (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c187 lp_build_concat(struct gallivm_state *gallivm, in lp_build_concat() function
252 dst[i] = lp_build_concat(gallivm, &src[i * size], src_type, size); in lp_build_concat_n()
318 tmpdst = lp_build_concat(gallivm, srchalf, tmp_type, 2); in lp_build_interleave2()
652 res = lp_build_concat(gallivm, tmpres, ndst_type, num_split); in lp_build_pack2()
927 tmp[0] = lp_build_concat(gallivm, tmp, dst_type, size_ratio); in lp_build_resize()
Dlp_bld_pack.h98 lp_build_concat(struct gallivm_state *gallivm,
Dlp_bld_intr.c333 return lp_build_concat(gallivm, tmp, intrin_type, num_vec); in lp_build_intrinsic_binary_anylength()
Dlp_bld_gather.c546 res = lp_build_concat(gallivm, elems, dst_type, length); in lp_build_gather()
Dlp_bld_sample.c464 float_size = lp_build_concat(bld->gallivm, src, float_size_bld->type, num_quads); in lp_build_rho()
1274 *out_size = lp_build_concat(bld->gallivm, in lp_build_mipmap_level_sizes()
1306 *out_size = lp_build_concat(bld->gallivm, tmp, in lp_build_mipmap_level_sizes()
Dlp_bld_format_soa.c72 aos_channels[j] = lp_build_concat(gallivm, channel, aos_channel_type, pixels_per_channel); in convert_to_soa()
Dlp_bld_arit.c825 ret_vec = lp_build_concat(gallivm, partres, parttype, num_iter); in lp_build_hadd_partial4()
1192 muleven = lp_build_concat(gallivm, muleven2, type_wide_half, 2); in lp_build_mul_32_lohi_cpu()
1193 mulodd = lp_build_concat(gallivm, mulodd2, type_wide_half, 2); in lp_build_mul_32_lohi_cpu()
Dlp_bld_sample_soa.c3043 texel_out[j] = lp_build_concat(gallivm, texelouttmp[j], type4, num_quads); in lp_build_sample_soa_code()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1295 tmps = lp_build_concat(gallivm, &tmpsrc[i * 2], src_type, 2); in convert_to_blend_type()