Searched refs:InTypes (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 681 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genScriptClassConstructor() local 682 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genScriptClassConstructor() 707 const RSExportReduce::InTypeVec &InTypes = ER->getAccumulatorInTypes(); in genScriptClassConstructor() local 708 for (RSExportReduce::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genScriptClassConstructor() 1029 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genExportForEach() local 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() [all …]
|
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()
|
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()
|
/frameworks/compile/libbcc/lib/ |
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()
|