Searched defs:InTypes (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp189 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); local
191 for (RSExportForEach::InTypeIter BI = InTypes.begin(),
192 EI = InTypes.end(); BI != EI; BI++) {
417 const RSExportForEach::InTypeVec &InTypes = ef->getInTypes(); local
421 genTypeCheck(InTypes[0], "ain");
H A Dslang_rs_reflection.cpp423 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); local
424 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end();
698 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); local
780 if (InTypes.size() == 1) {
781 if (InTypes.front() != nullptr) {
782 genTypeCheck(InTypes.front(), "ain");
785 } else if (InTypes.size() > 1) {
787 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp752 llvm::SmallVector<llvm::Type*, 8> InTypes; local
813 InTypes.push_back(InType);

Completed in 273 milliseconds