Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp7462 TString subscriptPath = path; in ForEachOpaque() local
7466 subscriptPath.append("["); in ForEachOpaque()
7467 subscriptPath.append(String(index)); in ForEachOpaque()
7468 subscriptPath.append("]"); in ForEachOpaque()
7471 recursion(type, subscriptPath, true, recursion); in ForEachOpaque()