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.c555 struct lp_build_context *bld_fetch; in stype_to_fetch() local
560 bld_fetch = &bld_base->base; in stype_to_fetch()
563 bld_fetch = &bld_base->uint_bld; in stype_to_fetch()
566 bld_fetch = &bld_base->int_bld; in stype_to_fetch()
572 bld_fetch = NULL; in stype_to_fetch()
575 return bld_fetch; in stype_to_fetch()
590 struct lp_build_context *bld_fetch = stype_to_fetch(bld_base, stype); in emit_fetch_constant() local
612 return build_gather(bld_fetch, bld->consts_ptr, index_vec); in emit_fetch_constant()
631 return lp_build_broadcast_scalar(bld_fetch, scalar); in emit_fetch_constant()