Searched refs:lp_build_concat (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.c | 212 lp_build_concat(struct gallivm_state *gallivm, in lp_build_concat() function 277 dst[i] = lp_build_concat(gallivm, &src[i * size], src_type, size); in lp_build_concat_n() 343 tmpdst = lp_build_concat(gallivm, srchalf, tmp_type, 2); in lp_build_interleave2() 688 res = lp_build_concat(gallivm, tmpres, ndst_type, num_split); in lp_build_pack2() 963 tmp[0] = lp_build_concat(gallivm, tmp, dst_type, size_ratio); in lp_build_resize()
|
D | lp_bld_pack.h | 98 lp_build_concat(struct gallivm_state *gallivm,
|
D | lp_bld_intr.c | 366 return lp_build_concat(gallivm, tmp, intrin_type, num_vec); in lp_build_intrinsic_binary_anylength()
|
D | lp_bld_gather.c | 572 res = lp_build_concat(gallivm, elems, dst_type, length); in lp_build_gather()
|
D | lp_bld_sample.c | 464 float_size = lp_build_concat(bld->gallivm, src, float_size_bld->type, num_quads); in lp_build_rho() 1284 *out_size = lp_build_concat(bld->gallivm, in lp_build_mipmap_level_sizes() 1316 *out_size = lp_build_concat(bld->gallivm, tmp, in lp_build_mipmap_level_sizes()
|
D | lp_bld_format_soa.c | 72 aos_channels[j] = lp_build_concat(gallivm, channel, aos_channel_type, pixels_per_channel); in convert_to_soa()
|
D | lp_bld_arit.c | 825 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()
|
D | lp_bld_sample_soa.c | 3348 texel_out[j] = lp_build_concat(gallivm, texelouttmp[j], type4, num_quads); in lp_build_sample_soa_code()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1316 tmps = lp_build_concat(gallivm, &tmpsrc[i * 2], src_type, 2); in convert_to_blend_type()
|