Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DVectorizeVectorScalarArithmetic.cpp47 void replaceMathInsideConstructor(TIntermAggregate *node, TIntermBinary *argBinary);
49 const TIntermBinary *argBinary);
132 TIntermBinary *argBinary) in replaceMathInsideConstructor() argument
139 TIntermTyped *left = argBinary->getLeft(); in replaceMathInsideConstructor()
140 TIntermTyped *right = argBinary->getRight(); in replaceMathInsideConstructor()
151 TIntermBinary *newArg = new TIntermBinary(argBinary->getOp(), leftVectorized, rightVectorized); in replaceMathInsideConstructor()
152 queueReplacementWithParent(node, argBinary, newArg, OriginalNode::IS_DROPPED); in replaceMathInsideConstructor()
157 const TIntermBinary *argBinary) in replaceAssignInsideConstructor() argument
168 TIntermTyped *left = argBinary->getLeft(); in replaceAssignInsideConstructor()
169 TIntermTyped *right = argBinary->getRight(); in replaceAssignInsideConstructor()
[all …]