Searched refs:lp_build_concat (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.h | 85 lp_build_concat(struct gallivm_state *gallivm,
|
D | lp_bld_pack.c | 182 lp_build_concat(struct gallivm_state *gallivm, in lp_build_concat() function 473 res = lp_build_concat(gallivm, tmpres, ndst_type, num_split); in lp_build_pack2() 685 tmp[0] = lp_build_concat(gallivm, tmp, dst_type, size_ratio); in lp_build_resize()
|
D | lp_bld_intr.c | 213 return lp_build_concat(gallivm, tmp, intrin_type, num_vec); in lp_build_intrinsic_binary_anylength()
|
D | lp_bld_sample.c | 281 float_size = lp_build_concat(bld->gallivm, src, float_size_bld->type, num_quads); in lp_build_rho()
|
D | lp_bld_sample_soa.c | 1508 texelout[j] = lp_build_concat(gallivm, texelouttmp[j], type4, num_quads); in lp_build_sample_soa()
|
D | lp_bld_arit.c | 553 ret_vec = lp_build_concat(gallivm, partres, parttype, num_iter); in lp_build_hadd_partial4()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 570 aos_channels[j] = lp_build_concat(gallivm, channel, aos_channel_type, pixels_per_channel); in convert_to_soa()
|