Searched refs:ac_build_concat (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 200 LLVMValueRef ac_build_concat(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b);
|
| H A D | ac_llvm_build.c | 604 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 D | ac_nir_to_llvm.c | 4885 result = ac_build_concat(&ctx->ac, result, code);
|
Completed in 17 milliseconds