Searched refs:InTypes (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 543 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genScriptClassConstructor() local 544 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genScriptClassConstructor() 569 const RSExportReduce::InTypeVec &InTypes = ER->getAccumulatorInTypes(); in genScriptClassConstructor() local 570 for (RSExportReduce::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genScriptClassConstructor() 862 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genExportForEach() local 944 if (InTypes.size() == 1) { in genExportForEach() 945 if (InTypes.front() != nullptr) { in genExportForEach() 946 genTypeCheck(InTypes.front(), "ain"); in genExportForEach() 949 } else if (InTypes.size() > 1) { in genExportForEach() 951 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genExportForEach() [all …]
|
D | slang_rs_reflection_cpp.cpp | 195 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genTypeInstancesUsedInForEach() local 197 for (RSExportForEach::InTypeIter BI = InTypes.begin(), in genTypeInstancesUsedInForEach() 198 EI = InTypes.end(); BI != EI; BI++) { in genTypeInstancesUsedInForEach() 350 const RSExportForEach::InTypeVec &InTypes = ef->getInTypes(); in genExportForEachBodies() local 354 genTypeCheck(InTypes[0], "ain"); in genExportForEachBodies()
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSKernelExpand.cpp | 620 llvm::SmallVectorImpl<llvm::Type *> &InTypes, in ExpandInputsLoopInvariant() argument 674 InTypes.push_back(InType); in ExpandInputsLoopInvariant() 701 const llvm::SmallVectorImpl<llvm::Type *> &InTypes, in ExpandInputsBody() argument 719 llvm::Type *InTy = InTypes[Index]; in ExpandInputsBody() 998 llvm::SmallVector<llvm::Type*, 8> InTypes; in ExpandForEach() local 1023 InTypes, InBufPtrs, InStructTempSlots); in ExpandForEach() 1058 InTypes, InBufPtrs, InStructTempSlots, IV, RootArgs); in ExpandForEach() 1172 llvm::SmallVector<llvm::Type*, 8> InTypes; in ExpandReduceAccumulator() local 1176 InTypes, InBufPtrs, InStructTempSlots); in ExpandReduceAccumulator() 1181 …ExpandInputsBody(Builder, Arg_x1, TBAAAllocation, NumInputs, InTypes, InBufPtrs, InStructTempSlots, in ExpandReduceAccumulator()
|