Lines Matching full:rootname
5610 static string glslTraverseBasicTypes (const string& rootName,
5655 * basic-type subobjects in a rootType-typed object named rootName. Arrays
5660 string UserDefinedIOCase::glslTraverseBasicTypes (const string& rootName,
5667 return visit(rootName, rootType.getBasicType(), indentationDepth);
5675 glslTraverseBasicTypes(rootName + "[" + loopIndexName + "]", rootType.getElementType(), arrayNestingDepth+1, indentationDepth+1, visit) +
5687 result += glslTraverseBasicTypes(rootName + "." + member.getName(), member.getType(), arrayNestingDepth, indentationDepth, visit);