Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/
H A DRewriteExpressionsWithShaderStorageBlock.cpp114 class RewriteExpressionsWithShaderStorageBlockTraverser : public TIntermTraverser class
117 RewriteExpressionsWithShaderStorageBlockTraverser(TSymbolTable *symbolTable);
132 RewriteExpressionsWithShaderStorageBlockTraverser::
133 RewriteExpressionsWithShaderStorageBlockTraverser(TSymbolTable *symbolTable) in RewriteExpressionsWithShaderStorageBlockTraverser() function in sh::__anonde1d80f20111::RewriteExpressionsWithShaderStorageBlockTraverser
138 RewriteExpressionsWithShaderStorageBlockTraverser::insertInitStatementAndReturnTempSymbol( in insertInitStatementAndReturnTempSymbol()
150 bool RewriteExpressionsWithShaderStorageBlockTraverser::visitBinary(Visit visit, in visitBinary()
258 bool RewriteExpressionsWithShaderStorageBlockTraverser::visitAggregate(Visit visit, in visitAggregate()
335 bool RewriteExpressionsWithShaderStorageBlockTraverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary()
393 void RewriteExpressionsWithShaderStorageBlockTraverser::nextIteration() in nextIteration()
404 RewriteExpressionsWithShaderStorageBlockTraverser traverser(symbolTable); in RewriteExpressionsWithShaderStorageBlock()