Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DpropagateNoContraction.cpp149 bool isArithmeticOperation(glslang::TOperator op) in isArithmeticOperation() function
635 if (isArithmeticOperation(BN->getOp())) { in propagateNoContractionInOneExpression()
641 if (isArithmeticOperation(UN->getOp())) { in propagateNoContractionInOneExpression()
721 if (isArithmeticOperation(node->getOp()) && node->getBasicType() != glslang::EbtInt) { in visitBinary()
733 if (isArithmeticOperation(node->getOp())) { in visitUnary()