Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp1407 std::string InLength = ArgName + ".length"; in genExportReduceArrayVariant() local
1410 InLength += " / " + std::to_string(VecSize); in genExportReduceArrayVariant()
1414 In1Length = InLength; in genExportReduceArrayVariant()
1417 mOut.indent() << "if (" << In1Length << " != " << InLength << ") {\n"; in genExportReduceArrayVariant()
1428 << InLength << ");\n"; in genExportReduceArrayVariant()