Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp1156 std::string In0Name = "ain_" + Ins[0]->getName().str(); in genExportForEach() local
1159 genPairwiseDimCheck(In0Name, "ain_" + Ins[index]->getName().str()); in genExportForEach()
1163 genPairwiseDimCheck(In0Name, "aout"); in genExportForEach()
1500 const std::string &In0Name = Args[0].second; in genExportReduceAllocationVariant() local
1508 genPairwiseDimCheck(In0Name, InName); in genExportReduceAllocationVariant()
1523 << ", new Allocation[]{" << In0Name; in genExportReduceAllocationVariant()