Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputHLSL.cpp1475 TIntermAggregate *atomicFunctionNode = node->getRight()->getAsAggregate(); in visitBinary() local
1476 TOperator atomicFunctionOp = atomicFunctionNode->getOp(); in visitBinary()
1478 TIntermSequence *argumentSeq = atomicFunctionNode->getSequence(); in visitBinary()