Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DToposortStructs.cpp226 struct DeclaredStructure struct
232 bool GetAsDeclaredStructure(SymbolEnv &symbolEnv, TIntermNode &node, DeclaredStructure &out) in GetAsDeclaredStructure()
322 std::vector<DeclaredStructure> declaredStructs; in ToposortStructs()
326 DeclaredStructure declaredStruct; in ToposortStructs()
344 std::unordered_map<const TStructure *, DeclaredStructure> rawToDeclared; in ToposortStructs()
346 for (const DeclaredStructure &d : declaredStructs) in ToposortStructs()