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

/frameworks/rs/api/
H A Dgen_runtime.cpp103 string vectorWidth; member in struct:__anon1461::ParameterDefinition
532 << "[INPUTSIZE * " << p.vectorWidth << "];\n";
607 vectorWidth = "4";
609 vectorWidth = mVectorSize;
1603 if (p.vectorWidth != "1") {
1604 file << " * " << p.vectorWidth << " + j";
1616 << "[i * " + p.vectorWidth + " + j];\n";
1645 writeJavaTestAndSetValid(file, 4, p, "", "[i * " + p.vectorWidth + " + j]");
1655 writeJavaAppendOutputToMessage(file, 5, p, "", "[i * " + p.vectorWidth + " + j]",
1791 writeJavaTestAndSetValid(file, indent + 1, p, "[j]", "[i * " + p.vectorWidth
[all...]

Completed in 43 milliseconds