Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.h246 void genPairwiseDimCheck(const std::string &name0, const std::string &name1);
Dslang_rs_reflection.cpp806 void RSReflectionJava::genPairwiseDimCheck(const std::string &name0, in genPairwiseDimCheck() function in slang::RSReflectionJava
966 genPairwiseDimCheck("ain", "aout"); in genExportForEach()
974 genPairwiseDimCheck(In0Name, "ain_" + Ins[index]->getName().str()); in genExportForEach()
978 genPairwiseDimCheck(In0Name, "aout"); in genExportForEach()
1303 genPairwiseDimCheck(In0Name.c_str(), InName.c_str()); in genExportReduceAllocationVariant()