Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
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.width); in lp_build_fetch_rgba_soa()
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc566 DataType gather_type = context->expected_output_dtype(0); in Compile() local
573 /*dtype=*/gather_type, DT_INT32, builder, &selected_indices)); in Compile()