Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DReplaceClipCullDistanceVariable.cpp196 TIntermSymbol *rightSymbol, in simpleAssignFunc() argument
204 new TIntermBinary(EOpIndexDirect, rightSymbol->deepCopy(), CreateIndexNode(index)); in simpleAssignFunc()
212 TIntermSymbol *rightSymbol, in assignFuncWithEnableFlags() argument
226 new TIntermBinary(EOpIndexDirect, rightSymbol->deepCopy(), CreateIndexNode(index)); in assignFuncWithEnableFlags()
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp3675 TIntermSymbol *rightSymbol = right->getAsSymbolNode(); in addFunctionCallOrMethod() local
3677 if (leftSymbol && rightSymbol && leftSymbol->getId() == rightSymbol->getId()) in addFunctionCallOrMethod()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp2657 const TIntermSymbol* rightSymbol = binaryNode->getRight()->getAsSymbolNode(); in lValueErrorCheck() local
2658 if (! rightSymbol || rightSymbol->getQualifier().builtIn != EbvInvocationId) in lValueErrorCheck()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp2797 const TIntermSymbol* rightSymbol = getSymbol(right); in handleAssign() local
2803 const bool isFlattenRight = wasFlattened(rightSymbol); in handleAssign()
2854 rightVariables = &flattenMap.find(rightSymbol->getId())->second.members; in handleAssign()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp2864 const TIntermSymbol* rightSymbol = binaryNode->getRight()->getAsSymbolNode(); in lValueErrorCheck() local
2865 if (! rightSymbol || rightSymbol->getQualifier().builtIn != EbvInvocationId) in lValueErrorCheck()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp2797 const TIntermSymbol* rightSymbol = getSymbol(right); in handleAssign() local
2803 const bool isFlattenRight = wasFlattened(rightSymbol); in handleAssign()
2854 rightVariables = &flattenMap.find(rightSymbol->getId())->second.members; in handleAssign()