Searched refs:ac_build_concat (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h200 LLVMValueRef ac_build_concat(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b);
H A Dac_llvm_build.c604 LLVMValueRef ac_build_concat(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b) function in typeref:typename:LLVMValueRef
1315 return ac_build_concat(ctx, ac_trim_vector(ctx, res, num_channels),
2308 result = ac_build_concat(ctx, texel, ac_to_float(ctx, code));
H A Dac_nir_to_llvm.c4885 result = ac_build_concat(&ctx->ac, result, code);

Completed in 17 milliseconds