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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp424 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); local
425 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end();
690 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); local
766 if (InTypes.size() == 1) {
767 if (InTypes.front() != NULL) {
768 genTypeCheck(InTypes.front(), "ain");
771 } else if (InTypes.size() > 1) {
773 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes
[all...]
H A Dslang_rs_reflection_cpp.cpp190 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); local
192 for (RSExportForEach::InTypeIter BI = InTypes.begin(),
193 EI = InTypes.end(); BI != EI; BI++) {
418 const RSExportForEach::InTypeVec &InTypes = ef->getInTypes(); local
422 genTypeCheck(InTypes[0], "ain");
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp575 llvm::SmallVector<llvm::Type*, 8> InTypes; local
610 InTypes.push_back(InType);
662 InTypes.push_back(InType);
709 InPtr = Builder.CreatePointerCast(InPtr, InTypes[Index]);

Completed in 141 milliseconds