Home
last modified time | relevance | path

Searched refs:setOp (Results 1 - 8 of 8) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp2493 mix->setOp(EOpMix); in addSelection()
2764 loopSequence->setOp(EOpNull); in addForLoop()
3430 node.setOp(op); in promoteBinary()
3567 node.setOp(op == EOpMulAssign ? EOpMatrixTimesScalarAssign : EOpMatrixTimesScalar); in promoteBinary()
3609 node.setOp(op = EOpVectorTimesMatrix); in promoteBinary()
3612 node.setOp(op = EOpMatrixTimesScalar); in promoteBinary()
3619 node.setOp(op = EOpMatrixTimesVector); in promoteBinary()
3622 node.setOp(op = EOpMatrixTimesScalar); in promoteBinary()
3627 node.setOp(op = EOpMatrixTimesMatrix); in promoteBinary()
3633 node.setOp(o in promoteBinary()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DAnalyzeCallDepth.cpp101 node->setOp(EOpPrototype); in removeIfUnreachable()
H A DIntermediate.cpp559 aggNode->setOp(op); in setAggregateOperator()
645 commaAggregate->getAsAggregate()->setOp(EOpComma); in addComma()
778 aggRoot->setOp(EOpSequence); in postProcess()
H A Dglslang.y613 aggNode->setOp(EOpDeclaration);
1426 $3->setOp(EOpSequence);
1450 $2->setOp(EOpSequence);
H A Dintermediate.h462 void setOp(TOperator o) { op = o; } in setOp() function in TIntermOperator
H A DParseHelper.cpp1620 aggregate->setOp(EOpInvariantDeclaration); in parseInvariantDeclaration()
1866 prototype->setOp(EOpPrototype); in addFunctionPrototypeDeclaration()
2468 aggregate->setOp(EOpDeclaration); in addInterfaceBlock()
/third_party/glslang/glslang/Include/
H A Dintermediate.h1418 void setOp(TOperator newOp) { op = newOp; } in setOp() function in glslang::TIntermOperator
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp3290 result->setOp(EOpSequence); in handleAssignToMatrixSwizzle()
4739 node->getAsOperator()->setOp(EOpSubpassLoadMS); in decomposeSampleMethods()
8431 seq->setOp(EOpComma); in handleConstructor()

Completed in 34 milliseconds