Searched refs:build_gather (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 914 build_gather(struct lp_build_tgsi_context *bld_base, in build_gather() function 1237 res = build_gather(bld_base, consts_ptr, index_vec, overflow_mask, index_vec2); in emit_fetch_constant() 1349 res = build_gather(bld_base, imms_array, index_vec, NULL, index_vec2); in emit_fetch_immediate() 1423 res = build_gather(bld_base, inputs_array, index_vec, NULL, index_vec2); in emit_fetch_input() 1575 res = build_gather(bld_base, temps_array, index_vec, NULL, index_vec2); in emit_fetch_temporary()
|