Home
last modified time | relevance | path

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

/dports/graphics/openrm/rmdemo/
H A Dtcube.c229 makeMarker(RMnode *addToNode, in makeMarker() argument
252 rmNodeAddChild(addToNode,n); in makeMarker()
256 buildTexturedWall(RMnode *addToNode, /* result */ in buildTexturedWall() argument
287 rmNodeAddChild(addToNode, wallNode); in buildTexturedWall()
296 buildAndTextureWalls(RMnode *addToNode) in buildAndTextureWalls() argument
427 makeMarker(addToNode, 0.0, 0.0, 0.0, "0 0 0"); in buildAndTextureWalls()
429 makeMarker(addToNode, 0.0, 0.0, 10.0, "0 0 10"); in buildAndTextureWalls()
431 rmNodeAddChild(addToNode, wallsRoot); in buildAndTextureWalls()
437 setArenaLighting(RMnode *addToNode) in setArenaLighting() argument
450 rmNodeSetSceneLight(addToNode, RM_LIGHT0, l0); in setArenaLighting()
[all …]
H A Dclipper.c152 myLighting(RMnode *addToNode) in myLighting() argument
180 rmNodeSetSceneLight(addToNode, RM_LIGHT0, l0); in myLighting()
181 rmNodeSetSceneLight(addToNode, RM_LIGHT1, l1); in myLighting()
203 rmNodeSetSceneLightModel(addToNode, lm); in myLighting()
269 my_quad(RMnode *addToNode, in my_quad() argument
300 rmNodeAddPrimitive(addToNode, p); in my_quad()
304 myClipPlane(RMnode *addToNode, in myClipPlane() argument
311 rmNodeSetSceneClipPlane(addToNode,RM_SCENE_CLIP_PLANE0, &clipPlane); in myClipPlane()
H A Drm2screen.c282 myLighting(RMnode *addToNode) in myLighting() argument
310 rmNodeSetSceneLight(addToNode, RM_LIGHT0, l0); in myLighting()
311 rmNodeSetSceneLight(addToNode, RM_LIGHT1, l1); in myLighting()
333 rmNodeSetSceneLightModel(addToNode, lm); in myLighting()
H A Dfogtest.c247 addFloor(RMnode *addToNode, in addFloor() argument
307 rmNodeAddChild(addToNode,floor); in addFloor()
394 addCamera(RMnode *addToNode, in addCamera() argument
427 rmNodeSetSceneCamera3D(addToNode,c); in addCamera()
859 addMarkers(RMnode *addToNode, in addMarkers() argument
881 addMarker(addToNode, &v, 20.0F, 2.0F, NUM_LINES, spriteImage); in addMarkers()
H A Dtfly.c529 addFloor(RMnode *addToNode, in addFloor() argument
574 rmNodeAddChild(addToNode,floor); in addFloor()
664 addCloudTexture(RMnode *addToNode, in addCloudTexture() argument
677 rmNodeSetSceneTexture(addToNode,texture); in addCloudTexture()
765 addCamera(RMnode *addToNode, in addCamera() argument
798 rmNodeSetSceneCamera3D(addToNode,c); in addCamera()
1073 addPostsToFloor2(RMnode *addToNode, in addPostsToFloor2() argument
1091 rmNodeAddChild(addToNode, postsRoot); in addPostsToFloor2()
H A Dswitchtest.c229 createSwitchGroup(RMnode *addToNode, in createSwitchGroup() argument
242 rmNodeAddChild(addToNode, switchNode); in createSwitchGroup()
/dports/cad/sumo/sumo-1.2.0/src/netimport/vissim/tempstructs/
H A DNIVissimDisturbance.h51 bool addToNode(NBNode* node, NBDistrictCont& dc,
H A DNIVissimNodeCluster.cpp278 disturbance->addToNode(node, dc, nc, ec); in dict_addDisturbances()
H A DNIVissimDisturbance.cpp131 NIVissimDisturbance::addToNode(NBNode* node, NBDistrictCont& dc, in addToNode() function in NIVissimDisturbance
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/leafo/lessphp/
H A Dlessify.inc.php356 public function addToNode($path, $block) { function in nodecounter
422 $root->addToNode($common, $block);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/FC_linker/
H A DDepGraph.cpp44 From->addToNode(To, FromDef); in getDepEdge()
H A DPatchInfoRecord.h193 void addToNode(DepNode *N, bool FromDef) { ToList[FromDef].push_back(N); } in addToNode() function
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/vp/cm_fc_ld/
H A DDepGraph.cpp57 From->addToNode(To, FromDef); in getDepEdge()
H A DPatchInfoRecord.h206 void addToNode(DepNode *N, bool FromDef) { ToList[FromDef].push_back(N); } in addToNode() function
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/vp/cm_fc_ld/
H A DDepGraph.cpp57 From->addToNode(To, FromDef); in getDepEdge()
H A DPatchInfoRecord.h206 void addToNode(DepNode *N, bool FromDef) { ToList[FromDef].push_back(N); } in addToNode() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Transforms/
H A DLoopFusion.cpp559 void addToNode(unsigned id, const SmallVectorImpl<Operation *> &loads, in addToNode() function
1706 mdg->addToNode(dstId, dstLoopCollector.loadOpInsts, in fuseProducerConsumerNodes()
1969 mdg->addToNode(dstNode->id, dstLoopCollector.loadOpInsts, in updateStateAfterSiblingFusion()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Transforms/
H A DLoopFusion.cpp526 void addToNode(unsigned id, const SmallVectorImpl<Operation *> &loads, in addToNode() function
1681 mdg->addToNode(dstId, dstLoopCollector.loadOpInsts, in fuseProducerConsumerNodes()
1947 mdg->addToNode(dstNode->id, dstLoopCollector.loadOpInsts, in updateStateAfterSiblingFusion()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Transforms/
H A DLoopFusion.cpp508 void addToNode(unsigned id, const SmallVectorImpl<Operation *> &loads, in addToNode() function
1610 mdg->addToNode(dstId, dstLoopCollector.loadOpInsts, in fuseProducerConsumerNodes()
1871 mdg->addToNode(dstNode->id, dstLoopCollector.loadOpInsts, in updateStateAfterSiblingFusion()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Transforms/
H A DLoopFusion.cpp523 void addToNode(unsigned id, const SmallVectorImpl<Operation *> &loads, in addToNode() function
1666 mdg->addToNode(dstId, dstLoopCollector.loadOpInsts, in fuseProducerConsumerNodes()
1932 mdg->addToNode(dstNode->id, dstLoopCollector.loadOpInsts, in updateStateAfterSiblingFusion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Transforms/
H A DLoopFusion.cpp559 void addToNode(unsigned id, const SmallVectorImpl<Operation *> &loads, in addToNode() function
1702 mdg->addToNode(dstId, dstLoopCollector.loadOpInsts, in fuseProducerConsumerNodes()
1965 mdg->addToNode(dstNode->id, dstLoopCollector.loadOpInsts, in updateStateAfterSiblingFusion()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Transforms/
H A DLoopFusion.cpp600 void addToNode(unsigned id, const SmallVectorImpl<Operation *> &loads, in addToNode() function
1672 mdg->addToNode(dstId, dstLoopCollector.loadOpInsts, in fuseProducerConsumerNodes()
1928 mdg->addToNode(dstNode->id, dstLoopCollector.loadOpInsts, in updateStateAfterSiblingFusion()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Transforms/
H A DLoopFusion.cpp523 void addToNode(unsigned id, const SmallVectorImpl<Operation *> &loads, in addToNode() function
1666 mdg->addToNode(dstId, dstLoopCollector.loadOpInsts, in fuseProducerConsumerNodes()
1932 mdg->addToNode(dstNode->id, dstLoopCollector.loadOpInsts, in updateStateAfterSiblingFusion()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Transforms/
H A DLoopFusion.cpp508 void addToNode(unsigned id, const SmallVectorImpl<Operation *> &loads, in addToNode() function
1610 mdg->addToNode(dstId, dstLoopCollector.loadOpInsts, in fuseProducerConsumerNodes()
1871 mdg->addToNode(dstNode->id, dstLoopCollector.loadOpInsts, in updateStateAfterSiblingFusion()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Transforms/
H A DLoopFusion.cpp523 void addToNode(unsigned id, const SmallVectorImpl<Operation *> &loads, in addToNode() function
1666 mdg->addToNode(dstId, dstLoopCollector.loadOpInsts, in fuseProducerConsumerNodes()
1932 mdg->addToNode(dstNode->id, dstLoopCollector.loadOpInsts, in updateStateAfterSiblingFusion()