Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c212 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()
Dlp_bld_pack.h98 lp_build_concat(struct gallivm_state *gallivm,
Dlp_bld_intr.c376 return lp_build_concat(gallivm, tmp, intrin_type, num_vec); in lp_build_intrinsic_binary_anylength()
Dlp_bld_format_s3tc.c288 elems[i] = lp_build_concat(gallivm, tmp, lp_type32dxt, 2); in lp_build_gather_s3tc()
313 elems[i] = lp_build_concat(gallivm, tmp, lp_type32_4, 2); in lp_build_gather_s3tc()
2271 rgba = lp_build_concat(gallivm, rgba4, lp_324_vectype, n / 4); in lp_build_fetch_s3tc_rgba_aos()
2384 elems[i] = lp_build_concat(gallivm, tmp, lp_type32dxt, 2); in lp_build_gather_rgtc()
2410 elems[i] = lp_build_concat(gallivm, tmp, lp_type32_4, 2); in lp_build_gather_rgtc()
2623 rgba = lp_build_concat(gallivm, rgba4, lp_324_vectype, n / 4); in lp_build_fetch_rgtc_rgba_aos()
Dlp_bld_gather.c572 res = lp_build_concat(gallivm, elems, dst_type, length); in lp_build_gather()
Dlp_bld_sample.c499 float_size = lp_build_concat(bld->gallivm, src, float_size_bld->type, num_quads); in lp_build_rho()
1321 *out_size = lp_build_concat(bld->gallivm, in lp_build_mipmap_level_sizes()
1353 *out_size = lp_build_concat(bld->gallivm, tmp, in lp_build_mipmap_level_sizes()
Dlp_bld_format_soa.c74 aos_channels[j] = lp_build_concat(gallivm, channel, aos_channel_type, pixels_per_channel); in convert_to_soa()
Dlp_bld_arit.c758 ret_vec = lp_build_concat(gallivm, partres, parttype, num_iter); in lp_build_hadd_partial4()
1146 muleven = lp_build_concat(gallivm, muleven2, type_wide_half, 2); in lp_build_mul_32_lohi_cpu()
1147 mulodd = lp_build_concat(gallivm, mulodd2, type_wide_half, 2); in lp_build_mul_32_lohi_cpu()
Dlp_bld_sample_soa.c3414 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.c1830 tmps = lp_build_concat(gallivm, &tmpsrc[i * 2], src_type, 2); in convert_to_blend_type()