Searched refs:soa_type (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_soa.c | 51 const struct lp_type soa_type) in convert_to_soa() argument 54 struct lp_type aos_channel_type = soa_type; in convert_to_soa() 57 unsigned pixels_per_channel = soa_type.length / 4; in convert_to_soa() 59 debug_assert((soa_type.length % 4) == 0); in convert_to_soa() 75 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 | 871 struct lp_type soa_type, in store_aos_array() argument 885 int vector_length = soa_type.length; in store_aos_array() 916 val = lp_build_const_int_vec(gallivm, lp_int_type(soa_type), in store_aos_array() 946 struct lp_type soa_type, in convert_to_aos() argument 971 LLVMBuildBitCast(builder, out, lp_build_int_vec_type(gallivm, soa_type), ""); in convert_to_aos() 984 if (soa_type.length == TGSI_NUM_CHANNELS) { in convert_to_aos() 985 lp_build_transpose_aos(gallivm, soa_type, soa, aos); in convert_to_aos() 987 lp_build_transpose_aos(gallivm, soa_type, soa, soa); in convert_to_aos() 989 for (i = 0; i < soa_type.length; ++i) { in convert_to_aos() 998 soa_type, in convert_to_aos()
|