Searched refs:build_gather (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 927 build_gather(struct lp_build_tgsi_context *bld_base, function in typeref:typename:LLVMValueRef 1253 res = build_gather(bld_base, consts_ptr, index_vec, overflow_mask, index_vec2); 1388 res = build_gather(bld_base, imms_array, index_vec, NULL, index_vec2); 1463 res = build_gather(bld_base, inputs_array, index_vec, NULL, index_vec2); 1632 res = build_gather(bld_base, temps_array, index_vec, NULL, index_vec2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 538 build_gather(struct lp_build_tgsi_context *bld_base, function in typeref:typename:LLVMValueRef 864 res = build_gather(bld_base, consts_ptr, index_vec, overflow_mask, index_vec2); 999 res = build_gather(bld_base, imms_array, index_vec, NULL, index_vec2); 1074 res = build_gather(bld_base, inputs_array, index_vec, NULL, index_vec2); 1442 res = build_gather(bld_base, temps_array, index_vec, NULL, index_vec2); 3491 emit_data->output[chan_index] = build_gather(bld_base, consts_ptr, index_vec, overflow_mask, NULL);
|
| H A D | lp_bld_nir_soa.c | 187 build_gather(struct lp_build_nir_context *bld_base, function in typeref:typename:LLVMValueRef 444 result[i] = build_gather(bld_base, &bld_base->base, inputs_array, index_vec, NULL, index_vec2); 671 vals[i] = build_gather(bld_base, reg_bld, reg_storage, indirect_offset, NULL, NULL); 1026 result[c] = build_gather(bld_base, bld_broad, consts_ptr, this_offset, overflow_mask, NULL);
|
Completed in 17 milliseconds