Searched refs:bld_fetch (Results 1 – 1 of 1) sorted by relevance
1112 struct lp_build_context *bld_fetch; in stype_to_fetch() local1117 bld_fetch = &bld_base->base; in stype_to_fetch()1120 bld_fetch = &bld_base->uint_bld; in stype_to_fetch()1123 bld_fetch = &bld_base->int_bld; in stype_to_fetch()1126 bld_fetch = &bld_base->dbl_bld; in stype_to_fetch()1129 bld_fetch = &bld_base->uint64_bld; in stype_to_fetch()1132 bld_fetch = &bld_base->int64_bld; in stype_to_fetch()1137 bld_fetch = NULL; in stype_to_fetch()1140 return bld_fetch; in stype_to_fetch()1265 struct lp_build_context *bld_fetch = stype_to_fetch(bld_base, stype); in emit_fetch_constant() local[all …]