Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp1279 std::string IndexVarName("ct"); in genPackVarOfType() local
1280 IndexVarName.append(llvm::utostr_32(Level)); in genPackVarOfType()
1282 mOut.indent() << "for (int " << IndexVarName << " = 0; " << IndexVarName in genPackVarOfType()
1283 << " < " << ECAT->getSize() << "; " << IndexVarName << "++)"; in genPackVarOfType()
1286 ElementVarName.append("[" + IndexVarName + "]"); in genPackVarOfType()