Searched refs:soa_type (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_soa.c | 53 const struct lp_type soa_type) in convert_to_soa() argument 56 struct lp_type aos_channel_type = soa_type; in convert_to_soa() 59 unsigned pixels_per_channel = soa_type.length / 4; in convert_to_soa() 61 debug_assert((soa_type.length % 4) == 0); in convert_to_soa() 77 lp_build_transpose_aos(gallivm, soa_type, aos_channels, dst_soa); in convert_to_soa()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1220 struct lp_type soa_type, in store_aos_array() argument 1234 int vector_length = soa_type.length; in store_aos_array() 1265 val = lp_build_const_int_vec(gallivm, lp_int_type(soa_type), in store_aos_array() 1295 struct lp_type soa_type, in convert_to_aos() argument 1320 LLVMBuildBitCast(builder, out, lp_build_int_vec_type(gallivm, soa_type), ""); in convert_to_aos() 1333 if (soa_type.length == TGSI_NUM_CHANNELS) { in convert_to_aos() 1334 lp_build_transpose_aos(gallivm, soa_type, soa, aos); in convert_to_aos() 1336 lp_build_transpose_aos(gallivm, soa_type, soa, soa); in convert_to_aos() 1338 for (i = 0; i < soa_type.length; ++i) { in convert_to_aos() 1347 soa_type, in convert_to_aos()
|