Searched refs:arrayNestingDepth (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationUserDefinedIO.cpp | 121 const int arrayNestingDepth, const int indentationDepth, in glslTraverseBasicTypes() argument 129 const std::string loopIndexName = "i" + de::toString(arrayNestingDepth); in glslTraverseBasicTypes() 134 arrayNestingDepth + 1, indentationDepth + 1, visit) + in glslTraverseBasicTypes() 146 …t += glslTraverseBasicTypes(rootName + "." + member.getName(), member.getType(), arrayNestingDepth, in glslTraverseBasicTypes()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 6307 …glslTraverseBasicTypes(const string &rootName, const glu::VarType &rootType, int arrayNestingDepth, 6355 … int arrayNestingDepth, int indentationDepth, BasicTypeVisitFunc visit) in glslTraverseBasicTypes() argument 6362 const string loopIndexName = "i" + de::toString(arrayNestingDepth); in glslTraverseBasicTypes() 6367 arrayNestingDepth + 1, indentationDepth + 1, visit) + in glslTraverseBasicTypes() 6379 …t += glslTraverseBasicTypes(rootName + "." + member.getName(), member.getType(), arrayNestingDepth, in glslTraverseBasicTypes()
|