Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java114 m_ops.setOp(0,OpCodes.OP_XPATH); in initXPath()
115 m_ops.setOp(OpMap.MAPINDEX_LENGTH,2); in initXPath()
190 m_ops.setOp(0, OpCodes.OP_MATCHPATTERN); in initMatchPattern()
191 m_ops.setOp(OpMap.MAPINDEX_LENGTH, 2); in initMatchPattern()
215 m_ops.setOp(m_ops.getOp(OpMap.MAPINDEX_LENGTH), OpCodes.ENDOP); in initMatchPattern()
216 m_ops.setOp(OpMap.MAPINDEX_LENGTH, m_ops.getOp(OpMap.MAPINDEX_LENGTH)+1); in initMatchPattern()
753 m_ops.setOp(i + length, m_ops.getOp(i)); in insertOp()
756 m_ops.setOp(pos,op); in insertOp()
757 m_ops.setOp(OpMap.MAPINDEX_LENGTH,totalLen + length); in insertOp()
773 m_ops.setOp(totalLen, op); in appendOp()
[all …]
DOpMap.java185 public void setOp(int opPos, int value) in setOp() method in OpMap
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DIntermediate.cpp2491 mix->setOp(EOpMix); in addSelection()
2730 loopSequence->setOp(EOpNull); in addForLoop()
3381 node.setOp(op); in promoteBinary()
3512 node.setOp(op == EOpMulAssign ? EOpMatrixTimesScalarAssign : EOpMatrixTimesScalar); in promoteBinary()
3552 node.setOp(op = EOpVectorTimesMatrix); in promoteBinary()
3555 node.setOp(op = EOpMatrixTimesScalar); in promoteBinary()
3562 node.setOp(op = EOpMatrixTimesVector); in promoteBinary()
3565 node.setOp(op = EOpMatrixTimesScalar); in promoteBinary()
3570 node.setOp(op = EOpMatrixTimesMatrix); in promoteBinary()
3576 node.setOp(op = EOpVectorTimesScalar); in promoteBinary()
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp2516 mix->setOp(EOpMix); in addSelection()
2755 loopSequence->setOp(EOpNull); in addForLoop()
3406 node.setOp(op); in promoteBinary()
3537 node.setOp(op == EOpMulAssign ? EOpMatrixTimesScalarAssign : EOpMatrixTimesScalar); in promoteBinary()
3577 node.setOp(op = EOpVectorTimesMatrix); in promoteBinary()
3580 node.setOp(op = EOpMatrixTimesScalar); in promoteBinary()
3587 node.setOp(op = EOpMatrixTimesVector); in promoteBinary()
3590 node.setOp(op = EOpMatrixTimesScalar); in promoteBinary()
3595 node.setOp(op = EOpMatrixTimesMatrix); in promoteBinary()
3601 node.setOp(op = EOpVectorTimesScalar); in promoteBinary()
[all …]
/external/skia/src/gpu/
DGrReducedClip.cpp391 newElement->setOp(kDifference_SkClipOp); in walkStack()
421 element->setOp(kReplace_SkClipOp); in walkStack()
430 element->setOp(kReplace_SkClipOp); in walkStack()
436 element->setOp(kReplace_SkClipOp); in walkStack()
452 element->setOp(kReplace_SkClipOp); in walkStack()
/external/skqp/src/gpu/
DGrReducedClip.cpp391 newElement->setOp(kDifference_SkClipOp); in walkStack()
421 element->setOp(kReplace_SkClipOp); in walkStack()
430 element->setOp(kReplace_SkClipOp); in walkStack()
436 element->setOp(kReplace_SkClipOp); in walkStack()
452 element->setOp(kReplace_SkClipOp); in walkStack()
/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp101 node->setOp(EOpPrototype); in removeIfUnreachable()
Dglslang.y613 aggNode->setOp(EOpDeclaration);
1426 $3->setOp(EOpSequence);
1450 $2->setOp(EOpSequence);
DIntermediate.cpp559 aggNode->setOp(op); in setAggregateOperator()
645 commaAggregate->getAsAggregate()->setOp(EOpComma); in addComma()
778 aggRoot->setOp(EOpSequence); in postProcess()
Dintermediate.h462 void setOp(TOperator o) { op = o; } in setOp() function
DParseHelper.cpp1620 aggregate->setOp(EOpInvariantDeclaration); in parseInvariantDeclaration()
1866 prototype->setOp(EOpPrototype); in addFunctionPrototypeDeclaration()
2468 aggregate->setOp(EOpDeclaration); in addInterfaceBlock()
Dglslang_tab.cpp3086 aggNode->setOp(EOpDeclaration); in yyparse()
4502 (yyvsp[-2].interm.intermAggregate)->setOp(EOpSequence); in yyparse()
4558 (yyvsp[-1].interm.intermAggregate)->setOp(EOpSequence); in yyparse()
/external/skqp/src/core/
DSkClipStack.h137 void setOp(SkClipOp op) { fOp = op; } in setOp() function
/external/skia/src/core/
DSkClipStack.h137 void setOp(SkClipOp op) { fOp = op; } in setOp() function
/external/angle/third_party/glslang/src/glslang/Include/
Dintermediate.h1344 void setOp(TOperator newOp) { op = newOp; } in setOp() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1344 void setOp(TOperator newOp) { op = newOp; } in setOp() function
/external/bcc/tests/cc/
Dcatch.hpp1245 ResultBuilder& setOp( std::string const& op );
1869 .setOp( Internal::OperatorTraits<Op>::getName() ); in captureExpression()
2163 .setOp( "matches" ) \
8187 ResultBuilder& ResultBuilder::setOp( std::string const& op ) { in setOp() function in Catch::ResultBuilder
/external/angle/third_party/glslang/src/hlsl/
DhlslParseHelper.cpp3113 result->setOp(EOpSequence); in handleAssignToMatrixSwizzle()
4556 node->getAsOperator()->setOp(EOpSubpassLoadMS); in decomposeSampleMethods()
8187 seq->setOp(EOpComma); in handleConstructor()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp3113 result->setOp(EOpSequence); in handleAssignToMatrixSwizzle()
4556 node->getAsOperator()->setOp(EOpSubpassLoadMS); in decomposeSampleMethods()
8187 seq->setOp(EOpComma); in handleConstructor()