Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/hlsl/
DRewriteExpressionsWithShaderStorageBlock.cpp40 bool IsCompoundAssignment(TOperator op) in IsCompoundAssignment() function
185 if (IsCompoundAssignment(node->getOp())) in visitBinary()
/external/angle/src/compiler/translator/tree_ops/msl/
DSeparateCompoundExpressions.cpp45 bool IsCompoundAssignment(TOperator op) in IsCompoundAssignment() function
451 const bool isCompoundAssign = IsCompoundAssignment(op); in visitBinaryPost()