Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRemoveInactiveInterfaceVariables.cpp23 class RemoveInactiveInterfaceVariablesTraverser : public TIntermTraverser class
26 RemoveInactiveInterfaceVariablesTraverser(
47 RemoveInactiveInterfaceVariablesTraverser::RemoveInactiveInterfaceVariablesTraverser( in RemoveInactiveInterfaceVariablesTraverser() function in sh::__anoncf5592e30111::RemoveInactiveInterfaceVariablesTraverser
78 bool RemoveInactiveInterfaceVariablesTraverser::visitDeclaration(Visit visit, in visitDeclaration()
159 bool RemoveInactiveInterfaceVariablesTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary()
202 RemoveInactiveInterfaceVariablesTraverser traverser(symbolTable, attributes, inputVaryings, in RemoveInactiveInterfaceVariables()