Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:getAsBinaryNode

1873         glslang::TIntermTyped* block = node->getOperand()->getAsBinaryNode()->getLeft();
1875 unsigned int member = node->getOperand()->getAsBinaryNode()->getRight()->getAsConstantUnion()->getConstArray()[0].getUConst();
1901 node->getOperand()->getAsBinaryNode()->getLeft()->traverse(this);
2413 invertedType = convertGlslangToSpvType(glslangOperands[0]->getAsBinaryNode()->getLeft()->getType());
2453 glslangOperands[0]->getAsBinaryNode()->getLeft()->traverse(this);
2490 result = createInvertedSwizzle(precision, *glslangOperands[0]->getAsBinaryNode(), result);
2933 return convertGlslangToSpvType(node.getAsBinaryNode()->getLeft()->getType());
2943 convertSwizzle(*node.getAsBinaryNode()->getRight()->getAsAggregate(), swizzle);
7642 const glslang::TIntermBinary* binaryNode = node->getAsBinaryNode();