Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp121 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 Des31fTessellationTests.cpp6307 …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()