Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c737 struct lp_build_context *bld_fetch; in stype_to_fetch() local
742 bld_fetch = &bld_base->base; in stype_to_fetch()
745 bld_fetch = &bld_base->uint_bld; in stype_to_fetch()
748 bld_fetch = &bld_base->int_bld; in stype_to_fetch()
751 bld_fetch = &bld_base->dbl_bld; in stype_to_fetch()
754 bld_fetch = &bld_base->uint64_bld; in stype_to_fetch()
757 bld_fetch = &bld_base->int64_bld; in stype_to_fetch()
762 bld_fetch = NULL; in stype_to_fetch()
765 return bld_fetch; in stype_to_fetch()
913 struct lp_build_context *bld_fetch = stype_to_fetch(bld_base, stype); in emit_fetch_constant() local
[all …]