Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DRewriteExpressionsWithShaderStorageBlock.cpp126 TIntermSymbol *insertInitStatementAndReturnTempSymbol(TIntermTyped *node,
138 RewriteExpressionsWithShaderStorageBlockTraverser::insertInitStatementAndReturnTempSymbol( in insertInitStatementAndReturnTempSymbol() function in sh::__anon8f164bc50111::RewriteExpressionsWithShaderStorageBlockTraverser
190 insertInitStatementAndReturnTempSymbol(node->getRight(), &insertions); in visitBinary()
194 insertInitStatementAndReturnTempSymbol(node->getLeft()->deepCopy(), &insertions); in visitBinary()
228 rightNode = insertInitStatementAndReturnTempSymbol(node->getRight(), &insertions); in visitBinary()
232 leftNode = insertInitStatementAndReturnTempSymbol(node->getLeft(), &insertions); in visitBinary()
294 insertInitStatementAndReturnTempSymbol(ssboArgument, &insertions); in visitAggregate()
323 TIntermSymbol *tempSymbol = insertInitStatementAndReturnTempSymbol(node, &insertions); in visitAggregate()
367 insertInitStatementAndReturnTempSymbol(node->getOperand(), &insertions); in visitUnary()
369 TIntermSymbol *temp2 = insertInitStatementAndReturnTempSymbol(newUnary, &insertions); in visitUnary()
[all …]