Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DReplaceClipCullDistanceVariable.cpp197 TIntermSymbol *leftSymbol, in simpleAssignFunc() argument
204 new TIntermBinary(EOpIndexDirect, leftSymbol->deepCopy(), CreateIndexNode(index)); in simpleAssignFunc()
213 TIntermSymbol *leftSymbol, in assignFuncWithEnableFlags() argument
226 new TIntermBinary(EOpIndexDirect, leftSymbol->deepCopy(), CreateIndexNode(index)); in assignFuncWithEnableFlags()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp3674 TIntermSymbol *leftSymbol = left->getAsSymbolNode(); in addFunctionCallOrMethod() local
3677 if (leftSymbol && rightSymbol && leftSymbol->getId() == rightSymbol->getId()) in addFunctionCallOrMethod()
/third_party/typescript/src/linter/
DTypeScriptLinter.ts1016 const leftSymbol = Utils.trueSymbolAtLocation(leftExpr); constant
1022 …Utils.isPrimitiveType(leftOperandType) || isTypeNode(leftExpr) || Utils.isTypeSymbol(leftSymbol)) {
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp2882 const TIntermSymbol* leftSymbol = getSymbol(left); in handleAssign() local
2888 const bool isFlattenLeft = wasFlattened(leftSymbol); in handleAssign()
2937 leftVariables = &flattenMap.find(leftSymbol->getId())->second.members; in handleAssign()