Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c537 struct lp_type fetch_type, conv_type; in lp_build_fetch_rgba_aos() local
542 conv_type = lp_type_int_vec(type.width*4, type.width * type.length); in lp_build_fetch_rgba_aos()
544 conv_vec_type = lp_build_vec_type(gallivm, conv_type); in lp_build_fetch_rgba_aos()
545 lp_build_context_init(&bld_conv, gallivm, conv_type); in lp_build_fetch_rgba_aos()
564 lp_build_const_int_vec(gallivm, conv_type, sa), in lp_build_fetch_rgba_aos()
568 lp_build_const_int_vec(gallivm, conv_type, mask), in lp_build_fetch_rgba_aos()
574 type.width, chans[j], conv_type); in lp_build_fetch_rgba_aos()
584 rgba[j] = lp_build_const_int_vec(gallivm, conv_type, (1 << type.width) - 1); in lp_build_fetch_rgba_aos()
592 lp_build_const_int_vec(gallivm, conv_type, in lp_build_fetch_rgba_aos()
622 struct lp_type conv_type; in lp_build_fetch_rgba_aos() local
[all …]
Dlp_bld_format_soa.c163 struct lp_type conv_type = lp_uint_type(type); in lp_build_extract_soa_chan() local
164 input = lp_build_srgb_to_linear(gallivm, conv_type, width, input); in lp_build_extract_soa_chan()
613 struct lp_type conv_type = type; in lp_build_fetch_rgba_soa() local
614 conv_type.width *= 2; in lp_build_fetch_rgba_soa()
616 lp_build_vec_type(gallivm, conv_type), ""); in lp_build_fetch_rgba_soa()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1183 llvm::FunctionType* conv_type = llvm::FunctionType::get( in HandleConvolution() local
1212 module_->getOrInsertFunction(fn_name, conv_type).getCallee()); in HandleConvolution()