Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c547 unsigned num_attribs, const struct lp_type soa_type) in convert_to_soa() argument
550 struct lp_type aos_channel_type = soa_type; in convert_to_soa()
553 debug_assert((soa_type.length % TGSI_NUM_CHANNELS) == 0); in convert_to_soa()
559 unsigned pixels_per_channel = soa_type.length / TGSI_NUM_CHANNELS; in convert_to_soa()
573 lp_build_transpose_aos(gallivm, soa_type, aos_channels, dst_soa[i]); in convert_to_soa()
607 struct lp_type soa_type, in store_aos_array() argument
619 int vector_length = soa_type.length; in store_aos_array()
642 val = lp_build_const_int_vec(gallivm, lp_int_type(soa_type), vertex_id_pad_edgeflag); in store_aos_array()
669 struct lp_type soa_type, in convert_to_aos() argument
701 if (soa_type.length == TGSI_NUM_CHANNELS) { in convert_to_aos()
[all …]