Lines Matching +full:- +full:- +full:output +full:- +full:file
1 //===------- ocloc_api.h --------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file is copied from
10 // https://github.com/intel/compute-runtime/blob/master/shared/offline_compiler/source/ocloc_api.h
35 /// at https://github.com/intel/compute-runtime.
39 /// Output params should be freed using oclocFreeOutput() when
47 /// \param NumSources is the number of in-memory representations
50 /// \param DataSources is an array of in-memory representations
53 /// \param LenSources is an array of sizes of in-memory representations
56 /// \param NameSources is an array of names of in-memory representations
59 /// \param NumInputHeaders is the number of in-memory representations
62 /// \param DataInputHeaders is an array of in-memory representations
65 /// \param LenInputHeaders is an array of sizes of in-memory representations
68 /// \param NameInputHeaders is an array of names of in-memory representations
73 /// \param DataOutputs returns an array of in-memory representations
74 /// of output files.
76 /// \param LenOutputs returns an array of sizes of in-memory representations
77 /// of output files.
79 /// \param NameOutputs returns an array of names of in-memory representations
80 /// of output files. Special name stdout.log describes output that contains
83 /// \returns 0 on succes. Returns non-0 in case of failure.
98 /// \returns 0 on succes. Returns non-0 in case of failure.