Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.h290 void genPairwiseDimCheck(const std::string &name0, const std::string &name1);
Dslang_rs_reflection.cpp965 void RSReflectionJava::genPairwiseDimCheck(const std::string &name0, in genPairwiseDimCheck() function in slang::RSReflectionJava
1151 genPairwiseDimCheck("ain", "aout"); in genExportForEach()
1159 genPairwiseDimCheck(In0Name, "ain_" + Ins[index]->getName().str()); in genExportForEach()
1163 genPairwiseDimCheck(In0Name, "aout"); in genExportForEach()
1508 genPairwiseDimCheck(In0Name.c_str(), InName.c_str()); in genExportReduceAllocationVariant()