HomeSort by: relevance | last modified time | path
    Searched refs:attach (Results 1 - 25 of 28) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/
Bug Report - AMD Radeon Vulkan.md 23 For rendering errors, attach screenshots of the problem and (if possible) of how it should look. For freezes, it may be useful to provide a screenshot of the affected game scene. Prefer screenshots over videos.
29 - Hang reports: Run with `RADV_DEBUG=hang` and attach the files created in `$HOME/radv_dumps_*/`
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_bb.cpp 108 bb->cfg.attach(&pol.get(obb)->cfg, it.getType());
299 BasicBlock::splitCommon(Instruction *insn, BasicBlock *bb, bool attach)
315 bb->cfg.attach(e->getTarget(), e->getType());
325 if (attach)
326 this->cfg.attach(&bb->cfg, Graph::Edge::TREE);
330 BasicBlock::splitBefore(Instruction *insn, bool attach)
338 splitCommon(insn, bb, attach);
343 BasicBlock::splitAfter(Instruction *insn, bool attach)
351 splitCommon(insn ? insn->next : NULL, bb, attach);
nv50_ir_graph.h 110 void attach(Node *, Edge::Type);
157 void insert(Node *node); // attach to or set as root
nv50_ir.h 1199 BasicBlock *splitBefore(Instruction *, bool attach = true);
1200 BasicBlock *splitAfter(Instruction *, bool attach = true);
1236 void splitCommon(Instruction *, BasicBlock *, bool attach);
nv50_ir_from_nir.cpp 1389 bb->cfg.attach(&exit->cfg, Graph::Edge::TREE);
1449 bb->cfg.attach(&ifBB->cfg, Graph::Edge::TREE);
1450 bb->cfg.attach(&elseBB->cfg, Graph::Edge::TREE);
1464 bb->cfg.attach(&tailBB->cfg, Graph::Edge::FORWARD);
1478 bb->cfg.attach(&tailBB->cfg, Graph::Edge::FORWARD);
1509 bb->cfg.attach(&loopBB->cfg, Graph::Edge::TREE);
1522 bb->cfg.attach(&loopBB->cfg, Graph::Edge::BACK);
1526 loopBB->cfg.attach(&tailBB->cfg, Graph::Edge::TREE);
2402 bb->cfg.attach(&exit->cfg, Graph::Edge::CROSS);
2410 bb->cfg.attach(&target->cfg, isBreak ? Graph::Edge::CROSS : Graph::Edge::BACK)
    [all...]
nv50_ir_from_tgsi.cpp 2905 // attach values to be stored
3613 bb->cfg.attach(&ifBB->cfg, Graph::Edge::TREE);
3627 forkBB->cfg.attach(&elseBB->cfg, Graph::Edge::TREE);
3648 bb->cfg.attach(&convBB->cfg, Graph::Edge::FORWARD);
3652 prevBB->cfg.attach(&convBB->cfg, Graph::Edge::FORWARD);
3670 bb->cfg.attach(&lbgnBB->cfg, Graph::Edge::TREE);
3681 bb->cfg.attach(&loopBB->cfg, Graph::Edge::BACK);
3689 loopBB->cfg.attach(&getBB()->cfg, Graph::Edge::TREE);
3698 bb->cfg.attach(&brkBB->cfg, Graph::Edge::CROSS);
3708 bb->cfg.attach(&contBB->cfg, Graph::Edge::BACK)
    [all...]
nv50_ir_graph.cpp 95 void Graph::Node::attach(Node *node, Edge::Type kind) function in class:nv50_ir::Graph::Node
nv50_ir_lowering_nv50.cpp 978 currBB->cfg.attach(&texiBB->cfg, Graph::Edge::FORWARD);
981 currBB->cfg.attach(&laneBB->cfg, Graph::Edge::TREE);
1476 currBB->cfg.attach(&tryLockBB->cfg, Graph::Edge::TREE);
1494 tryLockBB->cfg.attach(&failLockBB->cfg, Graph::Edge::CROSS);
1495 tryLockBB->cfg.attach(&setAndUnlockBB->cfg, Graph::Edge::TREE);
1557 setAndUnlockBB->cfg.attach(&failLockBB->cfg, Graph::Edge::TREE);
1563 failLockBB->cfg.attach(&tryLockBB->cfg, Graph::Edge::BACK);
1564 failLockBB->cfg.attach(&joinBB->cfg, Graph::Edge::TREE);
nv50_ir_lowering_nvc0.cpp 1469 currBB->cfg.attach(&tryLockBB->cfg, Graph::Edge::TREE);
1481 tryLockBB->cfg.attach(&failLockBB->cfg, Graph::Edge::CROSS);
1482 tryLockBB->cfg.attach(&setAndUnlockBB->cfg, Graph::Edge::TREE);
1537 setAndUnlockBB->cfg.attach(&failLockBB->cfg, Graph::Edge::TREE);
1543 failLockBB->cfg.attach(&tryLockBB->cfg, Graph::Edge::BACK);
1544 failLockBB->cfg.attach(&joinBB->cfg, Graph::Edge::TREE);
1564 currBB->cfg.attach(&tryLockAndSetBB->cfg, Graph::Edge::TREE);
1634 tryLockAndSetBB->cfg.attach(&tryLockAndSetBB->cfg, Graph::Edge::BACK);
1635 tryLockAndSetBB->cfg.attach(&joinBB->cfg, Graph::Edge::CROSS);
nv50_ir_ssa.cpp 176 nw->attach(nv, Graph::Edge::TREE);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_bb.cpp 108 bb->cfg.attach(&pol.get(obb)->cfg, it.getType());
299 BasicBlock::splitCommon(Instruction *insn, BasicBlock *bb, bool attach)
315 bb->cfg.attach(e->getTarget(), e->getType());
325 if (attach)
326 this->cfg.attach(&bb->cfg, Graph::Edge::TREE);
330 BasicBlock::splitBefore(Instruction *insn, bool attach)
338 splitCommon(insn, bb, attach);
343 BasicBlock::splitAfter(Instruction *insn, bool attach)
351 splitCommon(insn ? insn->next : NULL, bb, attach);
nv50_ir_graph.h 111 void attach(Node *, Edge::Type);
158 void insert(Node *node); // attach to or set as root
nv50_ir.h 1145 BasicBlock *splitBefore(Instruction *, bool attach = true);
1146 BasicBlock *splitAfter(Instruction *, bool attach = true);
1182 void splitCommon(Instruction *, BasicBlock *, bool attach);
nv50_ir_from_nir.cpp 1611 bb->cfg.attach(&exit->cfg, Graph::Edge::TREE);
1671 bb->cfg.attach(&ifBB->cfg, Graph::Edge::TREE);
1672 bb->cfg.attach(&elseBB->cfg, Graph::Edge::TREE);
1693 bb->cfg.attach(&tailBB->cfg, Graph::Edge::FORWARD);
1706 bb->cfg.attach(&tailBB->cfg, Graph::Edge::FORWARD);
1726 bb->cfg.attach(&loopBB->cfg, Graph::Edge::TREE);
1740 bb->cfg.attach(&loopBB->cfg, Graph::Edge::BACK);
1745 bb->cfg.attach(&tailBB->cfg, Graph::Edge::TREE);
2626 bb->cfg.attach(&exit->cfg, Graph::Edge::CROSS);
2635 bb->cfg.attach(&target->cfg, isBreak ? Graph::Edge::CROSS : Graph::Edge::BACK)
    [all...]
nv50_ir_from_tgsi.cpp 2893 // attach values to be stored
3581 bb->cfg.attach(&ifBB->cfg, Graph::Edge::TREE);
3595 forkBB->cfg.attach(&elseBB->cfg, Graph::Edge::TREE);
3616 bb->cfg.attach(&convBB->cfg, Graph::Edge::FORWARD);
3620 prevBB->cfg.attach(&convBB->cfg, Graph::Edge::FORWARD);
3638 bb->cfg.attach(&lbgnBB->cfg, Graph::Edge::TREE);
3649 bb->cfg.attach(&loopBB->cfg, Graph::Edge::BACK);
3657 loopBB->cfg.attach(&getBB()->cfg, Graph::Edge::TREE);
3666 bb->cfg.attach(&brkBB->cfg, Graph::Edge::CROSS);
3676 bb->cfg.attach(&contBB->cfg, Graph::Edge::BACK)
    [all...]
nv50_ir_graph.cpp 95 void Graph::Node::attach(Node *node, Edge::Type kind) function in class:nv50_ir::Graph::Node
nv50_ir_lowering_nvc0.cpp 1455 currBB->cfg.attach(&tryLockBB->cfg, Graph::Edge::TREE);
1467 tryLockBB->cfg.attach(&failLockBB->cfg, Graph::Edge::CROSS);
1468 tryLockBB->cfg.attach(&setAndUnlockBB->cfg, Graph::Edge::TREE);
1523 setAndUnlockBB->cfg.attach(&failLockBB->cfg, Graph::Edge::TREE);
1529 failLockBB->cfg.attach(&tryLockBB->cfg, Graph::Edge::BACK);
1530 failLockBB->cfg.attach(&joinBB->cfg, Graph::Edge::TREE);
1550 currBB->cfg.attach(&tryLockAndSetBB->cfg, Graph::Edge::TREE);
1620 tryLockAndSetBB->cfg.attach(&tryLockAndSetBB->cfg, Graph::Edge::BACK);
1621 tryLockAndSetBB->cfg.attach(&joinBB->cfg, Graph::Edge::CROSS);
nv50_ir_ssa.cpp 176 nw->attach(nv, Graph::Edge::TREE);
  /xsrc/external/mit/libXi/dist/src/
XIHierarchy.c 135 XIAttachSlaveInfo* C = &any->attach;
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
WL_create_wayland_buffer_from_image.spec 43 from its clients. Using this extension it can attach the client buffers
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
WL_create_wayland_buffer_from_image.spec 43 from its clients. Using this extension it can attach the client buffers
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
indirect.c 282 attach(__GLXAquaContext *context, __GLXAquaDrawable *draw) function
286 GLAQUA_DEBUG_MSG("attach(%p, %p)\n", context, draw);
385 if (attach(context, drawPriv))
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
indirect.c 260 static BOOL attach(__GLXAquaContext *context, __GLXAquaDrawable *draw) { function
263 GLAQUA_DEBUG_MSG("attach(%p, %p)\n", context, draw);
352 if(attach(context, drawPriv))
  /xsrc/external/mit/libXi/dist/include/X11/extensions/
XInput2.h 68 XIAttachSlaveInfo attach; member in union:__anon5896
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
apSolaris.shar 553 X * attach(9E)
573 X cmn_err(CE_CONT, DEV_IDENT ": entering attach()\n");
582 X cmn_err(CE_CONT, DEV_IDENT ": not attach(, DDI_ATTACH)\n");
603 X cmn_err(CE_CONT, DEV_IDENT ": leaving attach() = %d\n", error);
662 X aperture_attach, /* attach */

Completed in 36 milliseconds

1 2