Searched refs:InTypes (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/tools/hidl/lint/test/interfaces/safeunion/1.1/ |
H A D | types.hal | 19 import @1.0::InTypes; 22 InTypes unionType;
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_reflection.cpp | 682 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genScriptClassConstructor() 708 for (RSExportReduce::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genScriptClassConstructor() 1035 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genExportForEach() 1129 if (InTypes.size() == 1) { in genExportForEach() 1130 if (InTypes.front() != nullptr) { in genExportForEach() 1131 genTypeCheck(InTypes.front(), "ain"); in genExportForEach() 1134 } else if (InTypes.size() > 1) { in genExportForEach() 1136 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genExportForEach() 1345 slangAssert(Ins.size() == InTypes.size()); in genExportReduceArrayVariant() 1398 slangAssert(Ins.size() == InTypes.size()); in genExportReduceArrayVariant() [all …]
|
H A D | slang_rs_reflection_state.cpp | 840 const auto &InTypes = ER->getAccumulatorInTypes(); in declareReduce() local 841 const size_t InTypesSize = InTypes.size(); in declareReduce() 845 for (const auto &InType : InTypes) in declareReduce() 907 const auto &InTypes = ER->getAccumulatorInTypes(); in declareReduce() local 908 if (reduce.mAccumInCount != InTypes.size()) { in declareReduce() 912 << Name << unsigned(reduce.mAccumInCount) << unsigned(InTypes.size()); in declareReduce() 916 for (const auto &InType : InTypes) { in declareReduce()
|
H A D | slang_rs_reflection_cpp.cpp | 197 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genTypeInstancesUsedInForEach() local 199 for (RSExportForEach::InTypeIter BI = InTypes.begin(), in genTypeInstancesUsedInForEach() 200 EI = InTypes.end(); BI != EI; BI++) { in genTypeInstancesUsedInForEach() 352 const RSExportForEach::InTypeVec &InTypes = ef->getInTypes(); in genExportForEachBodies() local 356 genTypeCheck(InTypes[0], "ain"); in genExportForEachBodies()
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | RSKernelExpand.cpp | 643 llvm::SmallVectorImpl<llvm::Type *> &InTypes, in ExpandInputsLoopInvariant() argument 697 InTypes.push_back(InType); in ExpandInputsLoopInvariant() 724 const llvm::SmallVectorImpl<llvm::Type *> &InTypes, in ExpandInputsBody() argument 742 llvm::Type *InTy = InTypes[Index]; in ExpandInputsBody() 1021 llvm::SmallVector<llvm::Type*, 8> InTypes; in ExpandForEach() local 1046 InTypes, InBufPtrs, InStructTempSlots); in ExpandForEach() 1081 InTypes, InBufPtrs, InStructTempSlots, IV, RootArgs); in ExpandForEach() 1195 llvm::SmallVector<llvm::Type*, 8> InTypes; in ExpandReduceAccumulator() local 1199 InTypes, InBufPtrs, InStructTempSlots); in ExpandReduceAccumulator() 1204 …ExpandInputsBody(Builder, Arg_x1, TBAAAllocation, NumInputs, InTypes, InBufPtrs, InStructTempSlots, in ExpandReduceAccumulator()
|
/aosp12/system/tools/hidl/lint/test/interfaces/safeunion/1.0/ |
H A D | IReference.hal | 20 someMethod() generates (InTypes unionType);
|
H A D | types.hal | 19 union InTypes {
|