Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/
H A DRewriteAtomicFunctionExpressions.cpp96 rewrittenNode = TIntermBinary::CreateComma( in rewriteAtomicFunctionCallNode()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DIntermRebuild.cpp612 return TIntermBinary::CreateComma(newLeft, newRight, mCompiler.getShaderVersion()); in traverseBinaryChildren()
H A DIntermNode.h498 static TIntermBinary *CreateComma(TIntermTyped *left, TIntermTyped *right, int shaderVersion);
H A DIntermNode.cpp1568 TIntermBinary *TIntermBinary::CreateComma(TIntermTyped *left, in CreateComma() function in sh::TIntermBinary
H A DParseContext.cpp7277 TIntermBinary *commaNode = TIntermBinary::CreateComma(left, right, mShaderVersion); in addComma()