| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_tess.c | 310 return ac_build_gather_values(&ctx->ac, values, 4); 373 return ac_build_gather_values(&ctx->ac, desc, 4); 557 LLVMValueRef value = ac_build_gather_values(&ctx->ac, values, 4); 587 return ac_build_gather_values(&ctx->ac, val, 4); 758 vec0 = ac_build_gather_values(&ctx->ac, out, MIN2(stride, 4)); 762 vec1 = ac_build_gather_values(&ctx->ac, out + 4, stride - 4); 807 outer_vec = ac_build_gather_values(&ctx->ac, outer, outer_vec_size); 817 inner_comps == 1 ? inner[0] : ac_build_gather_values(&ctx->ac, inner, inner_comps);
|
| H A D | si_shader_llvm_ps.c | 57 return ac_build_gather_values(&ctx->ac, pos, 4); 248 LLVMValueRef tmp = ac_build_gather_values(ctx, args, 2); 548 LLVMValueRef tmp = ac_build_gather_values(&ctx->ac, &color[i][j * 2], 2); 793 interp_ij = ac_build_gather_values(&ctx->ac, interp, 2);
|
| H A D | si_shader_llvm.c | 423 return ac_build_gather_values(&ctx->ac, chan, 3); 460 ctx->abi.color0 = ac_to_integer(&ctx->ac, ac_build_gather_values(&ctx->ac, values, 4)); 469 ctx->abi.color1 = ac_to_integer(&ctx->ac, ac_build_gather_values(&ctx->ac, values, 4)); 727 arg = ac_build_gather_values(&ctx->ac, &out[out_idx], param_size);
|
| H A D | si_shader_llvm_resources.c | 86 return ac_build_gather_values(&ctx->ac, desc_elems, 4);
|
| H A D | si_shader_llvm_vs.c | 302 vdata = ac_build_gather_values(&ctx->ac, out, num_comps); 309 vdata = ac_build_gather_values(&ctx->ac, out, util_next_power_of_two(num_comps));
|
| H A D | gfx10_shader_ngg.c | 1417 LLVMValueRef indices = ac_build_gather_values(&ctx->ac, vtxindex, 3);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 136 value = ac_build_gather_values(&ctx->ac, values, num_components); 290 return ac_build_gather_values(ctx, f, 2); 443 return ac_build_gather_values(ctx, temps, 2); 515 return ac_build_gather_values(&ctx->ac, scalar_value, ac_get_llvm_num_components(value)); 945 result = ac_build_gather_values(&ctx->ac, src, num_components); 1168 LLVMValueRef tmp = ac_build_gather_values(&ctx->ac, src, 2); 1180 LLVMValueRef tmp = ac_build_gather_values(&ctx->ac, src, 2); 1218 result = ac_build_gather_values(&ctx->ac, results, 2); 1657 return ac_build_gather_values(&ctx->ac, push_constants + offset, count); 1909 LLVMValueRef ptr = ac_build_gather_values( [all...] |
| H A D | ac_llvm_build.c | 598 LLVMValueRef ac_build_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values, function in typeref:typename:LLVMValueRef 615 return ac_build_gather_values(ctx, elems, a_size + b_size); 650 return ac_build_gather_values(ctx, chan, dst_channels); 663 return ac_build_gather_values(ctx, chan, channels); 1168 v01 = ac_build_gather_values(ctx, v, 2); 1273 return ac_build_gather_values(ctx, result, num_channels); 1311 LLVMValueRef args[] = {ac_build_gather_values(ctx, addr_comp, 2), 1565 tmp = ac_build_gather_values(ctx, &loads[2 * i], 2); 1673 return ac_build_gather_values(ctx, loads, 4); 2635 return LLVMBuildBitCast(ctx->builder, ac_build_gather_values(ct [all...] |
| H A D | ac_llvm_build.h | 197 LLVMValueRef ac_build_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 229 return ac_build_gather_values(&ctx->ac, res, 3); 410 ptr = ac_build_gather_values(&ctx->ac, dwords, 2); 470 return ac_build_gather_values(&ctx->ac, desc_components, 4); 553 return ac_build_gather_values(&ctx->ac, constants, 4); 585 descriptor = ac_build_gather_values(&ctx->ac, components, 8); 598 descriptor = ac_build_gather_values(&ctx->ac, components, 8); 674 return ac_build_gather_values(&ctx->ac, chan, 4); 767 input = ac_build_gather_values(&ctx->ac, values, num_channels); 790 input = ac_build_gather_values(&ctx->ac, c, 4); 1097 vdata = ac_build_gather_values( [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 1120 return ac_build_gather_values(&ctx->ac, values, 1197 return ac_build_gather_values(&ctx->ac, desc, 4); 1466 LLVMValueRef value = ac_build_gather_values(&ctx->ac, 1582 LLVMValueRef value = ac_build_gather_values(&ctx->ac, 1642 return ac_build_gather_values(&ctx->ac, values, 1958 result = ac_build_gather_values(&ctx->ac, values, 3); 1995 return ac_build_gather_values(&ctx->ac, pos, 4); 2021 return ac_build_gather_values(&ctx->ac, coord, 4); 2127 value = ac_build_gather_values(&ctx->ac, pos, 4); 2148 value = ac_build_gather_values( [all...] |
| H A D | si_shader_tgsi_mem.c | 388 emit_data->output[emit_data->chan] = ac_build_gather_values(&ctx->ac, channels, 4); 625 data = ac_build_gather_values(&ctx->ac, values, 2); 732 ac_build_gather_values(&ctx->ac, chans, 4), 742 ac_build_gather_values(&ctx->ac, chans, 4), 771 args.data[0] = ac_build_gather_values(&ctx->ac, chans, 4);
|
| H A D | si_shader_tgsi_setup.c | 312 LLVMValueRef result = ac_build_gather_values(&ctx->ac, values, 2); 464 return ac_build_gather_values(&ctx->ac, values,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_nir_to_llvm.c | 183 value = ac_build_gather_values(&ctx->ac, values, num_components); 514 return ac_build_gather_values(ctx, temps, 2); 859 result = ac_build_gather_values(&ctx->ac, src, num_components); 1001 LLVMValueRef tmp = ac_build_gather_values(&ctx->ac, src, 2); 1007 LLVMValueRef tmp = ac_build_gather_values(&ctx->ac, src, 2); 1047 result = ac_build_gather_values(&ctx->ac, results, 2); 1453 return ac_build_gather_values(&ctx->ac, 1802 return ac_build_gather_values(&ctx->ac, results, num_components); 1843 ret = ac_build_gather_values(&ctx->ac, results, num_components); 2111 return ac_build_gather_values( [all...] |
| H A D | ac_llvm_build.h | 177 ac_build_gather_values(struct ac_llvm_context *ctx,
|
| H A D | ac_llvm_build.c | 565 ac_build_gather_values(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef 607 return ac_build_gather_values(ctx, chan, dst_channels); 1237 v01 = ac_build_gather_values(ctx, v, 2); 1425 return ac_build_gather_values(ctx, result, num_channels); 4129 return ac_build_gather_values(ctx, result, 4);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 1334 return ac_build_gather_values(&ctx->ac, desc_components, 4); 1900 return ac_build_gather_values(&ctx->ac, coord, 3); 2017 return ac_build_gather_values(&ctx->ac, constants, 4); 2046 descriptor = ac_build_gather_values(&ctx->ac, components, 8); 2157 return ac_build_gather_values(&ctx->ac, chan, 4); 2259 input = ac_build_gather_values(&ctx->ac, c, 4); 2768 vdata = ac_build_gather_values(&ctx->ac, out, 3264 vec0 = ac_build_gather_values(&ctx->ac, out, MIN2(stride, 4)); 3268 vec1 = ac_build_gather_values(&ctx->ac, out + 4, stride - 4); 3311 outer_vec = ac_build_gather_values( [all...] |