Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp2201 std::string IndexVarName("ct"); in genPackVarOfType() local
2202 IndexVarName.append(llvm::utostr(Level)); in genPackVarOfType()
2204 mOut.indent() << "for (int " << IndexVarName << " = 0; " << IndexVarName in genPackVarOfType()
2205 << " < " << ECAT->getNumElement() << "; " << IndexVarName << "++)"; in genPackVarOfType()
2208 ElementVarName.append("[" + IndexVarName + "]"); in genPackVarOfType()