Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c496 struct lp_type fetch_type, gather_type = type; in lp_build_fetch_rgba_soa() local
518 gather_type.width *= num_gather; in lp_build_fetch_rgba_soa()
522 gather_type.length /= num_gather; in lp_build_fetch_rgba_soa()
527 for (j = 0; j < gather_type.length; j++) { in lp_build_fetch_rgba_soa()
531 shuf_vec = LLVMConstVector(shuffles, gather_type.length); in lp_build_fetch_rgba_soa()
537 for (j = 0; j < gather_type.length; j++) { in lp_build_fetch_rgba_soa()
541 shuf_vec = LLVMConstVector(shuffles, gather_type.length); in lp_build_fetch_rgba_soa()
548 if (gather_type.length == 1) { in lp_build_fetch_rgba_soa()
593 fetch_type = lp_type_float_vec(64, gather_type.width); in lp_build_fetch_rgba_soa()
595 fetch_type = lp_type_int_vec(32, gather_type in lp_build_fetch_rgba_soa()
[all...]

Completed in 2 milliseconds