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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1202 std::string InLength = ArgName + ".length"; local
1205 InLength += " / " + std::to_string(VecSize);
1209 In1Length = InLength;
1212 mOut.indent() << "if (" << In1Length << " != " << InLength << ") {\n"; local
1223 << InLength << ");\n";

Completed in 64 milliseconds