Searched refs:build_gather (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 538 build_gather(struct lp_build_tgsi_context *bld_base, in build_gather() function 864 res = build_gather(bld_base, consts_ptr, index_vec, overflow_mask, index_vec2); in emit_fetch_constant() 999 res = build_gather(bld_base, imms_array, index_vec, NULL, index_vec2); in emit_fetch_immediate() 1074 res = build_gather(bld_base, inputs_array, index_vec, NULL, index_vec2); in emit_fetch_input() 1442 res = build_gather(bld_base, temps_array, index_vec, NULL, index_vec2); in emit_fetch_temporary() 3491 …emit_data->output[chan_index] = build_gather(bld_base, consts_ptr, index_vec, overflow_mask, NULL); in load_emit()
|
D | lp_bld_nir_soa.c | 187 build_gather(struct lp_build_nir_context *bld_base, in build_gather() function 443 … result[i] = build_gather(bld_base, &bld_base->base, inputs_array, index_vec, NULL, index_vec2); in emit_load_var() 670 vals[i] = build_gather(bld_base, reg_bld, reg_storage, indirect_offset, NULL, NULL); in emit_load_reg() 1002 … result[c] = build_gather(bld_base, bld_broad, consts_ptr, this_offset, overflow_mask, NULL); in emit_load_ubo()
|