Searched refs:build_gather (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A 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() 3498 emit_data->output[chan_index] = build_gather(bld_base, consts_ptr, index_vec, overflow_mask, NULL); in load_emit()
|
H A D | lp_bld_nir_soa.c | 223 build_gather(struct lp_build_nir_context *bld_base, in build_gather() function 480 result[i] = build_gather(bld_base, &bld_base->base, inputs_array, index_vec, NULL, index_vec2); in emit_load_var() 708 vals[i] = build_gather(bld_base, reg_bld, reg_storage, indirect_offset, NULL, NULL); in emit_load_reg() 1124 result[c] = build_gather(bld_base, bld_broad, consts_ptr, this_offset, overflow_mask, NULL); in emit_load_ubo()
|
Completed in 12 milliseconds