Home
last modified time | relevance | path

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

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