Home
last modified time | relevance | path

Searched refs:conv_type (Results 1 – 2 of 2) 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()
614 struct lp_type conv_type = type; in lp_build_fetch_rgba_soa() local
615 conv_type.width *= 2; in lp_build_fetch_rgba_soa()
617 lp_build_vec_type(gallivm, conv_type), ""); in lp_build_fetch_rgba_soa()