Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c494 struct lp_type fetch_type, gather_type = type; in lp_build_fetch_rgba_soa() local
517 gather_type.width *= num_gather; in lp_build_fetch_rgba_soa()
521 gather_type.length /= num_gather; in lp_build_fetch_rgba_soa()
526 for (j = 0; j < gather_type.length; j++) { in lp_build_fetch_rgba_soa()
530 shuf_vec = LLVMConstVector(shuffles, gather_type.length); in lp_build_fetch_rgba_soa()
536 for (j = 0; j < gather_type.length; j++) { in lp_build_fetch_rgba_soa()
540 shuf_vec = LLVMConstVector(shuffles, gather_type.length); in lp_build_fetch_rgba_soa()
547 if (gather_type.length == 1) { in lp_build_fetch_rgba_soa()
592 fetch_type = lp_type_float_vec(64, gather_type.width); in lp_build_fetch_rgba_soa()
594 fetch_type = lp_type_int_vec(32, gather_type.width); in lp_build_fetch_rgba_soa()
[all …]