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.c494 struct lp_type fetch_type, gather_type = type; in lp_build_fetch_rgba_soa() local
516 gather_type.width *= num_gather; in lp_build_fetch_rgba_soa()
520 gather_type.length /= num_gather; in lp_build_fetch_rgba_soa()
525 for (j = 0; j < gather_type.length; j++) { in lp_build_fetch_rgba_soa()
529 shuf_vec = LLVMConstVector(shuffles, gather_type.length); in lp_build_fetch_rgba_soa()
535 for (j = 0; j < gather_type.length; j++) { in lp_build_fetch_rgba_soa()
539 shuf_vec = LLVMConstVector(shuffles, gather_type.length); in lp_build_fetch_rgba_soa()
546 if (gather_type.length == 1) { in lp_build_fetch_rgba_soa()
591 fetch_type = lp_type_float_vec(64, gather_type.width); in lp_build_fetch_rgba_soa()
593 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.cc560 DataType gather_type = context->expected_output_dtype(0); in Compile() local
567 /*dtype=*/gather_type, DT_INT32, builder, &selected_indices)); in Compile()