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

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.h 48 BACK,
124 inline int incidentCountFwd() const; // count of incident non-back edges
220 if (ei.getType() != Edge::BACK)
nv50_ir_graph.cpp 78 case BACK: return "back";
187 if (ei.getType() == Edge::BACK)
307 case Graph::Edge::BACK:
344 * - BACK: edges from a node to a parent (or itself) in the spanning tree
381 edge->type = node->tag ? Edge::BACK : Edge::CROSS;
395 edge->type = node->tag ? Edge::BACK : Edge::CROSS;
nv50_ir_bb.cpp 383 if (eR == Graph::Edge::CROSS || eR == Graph::Edge::BACK)
536 case Graph::Edge::BACK:
nv50_ir_lowering_nvc0.cpp 148 // 4. Recombine the two dst pieces back into the original destination.
732 if (ei.getType() != Graph::Edge::BACK)
734 if (ei.getType() != Graph::Edge::BACK)
745 assert(ei.end() || ei.getType() != Graph::Edge::BACK);
1543 failLockBB->cfg.attach(&tryLockBB->cfg, Graph::Edge::BACK);
1634 tryLockAndSetBB->cfg.attach(&tryLockAndSetBB->cfg, Graph::Edge::BACK);
nv50_ir_emit_gm107.cpp 4344 // back branches will wait until all target dependencies are satisfied
4345 if (ei.getType() == Graph::Edge::BACK) // sched would be uninitialized
4404 if (ei.getType() != Graph::Edge::BACK) {
nv50_ir_emit_nvc0.cpp 3251 // back branches will wait until all target dependencies are satisfied
3252 if (ei.getType() == Graph::Edge::BACK) // sched would be uninitialized
3293 if (ei.getType() != Graph::Edge::BACK) {
nv50_ir_from_nir.cpp 1522 bb->cfg.attach(&loopBB->cfg, Graph::Edge::BACK);
2410 bb->cfg.attach(&target->cfg, isBreak ? Graph::Edge::CROSS : Graph::Edge::BACK);
nv50_ir_from_tgsi.cpp 3681 bb->cfg.attach(&loopBB->cfg, Graph::Edge::BACK);
3708 bb->cfg.attach(&contBB->cfg, Graph::Edge::BACK);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.h 48 BACK,
125 inline int incidentCountFwd() const; // count of incident non-back edges
221 if (ei.getType() != Edge::BACK)
nv50_ir_graph.cpp 78 case BACK: return "back";
187 if (ei.getType() == Edge::BACK || ei.getType() == Edge::DUMMY)
308 case Graph::Edge::BACK:
345 * - BACK: edges from a node to a parent (or itself) in the spanning tree
384 edge->type = node->tag ? Edge::BACK : Edge::CROSS;
400 edge->type = node->tag ? Edge::BACK : Edge::CROSS;
nv50_ir_bb.cpp 383 if (eR == Graph::Edge::CROSS || eR == Graph::Edge::BACK)
536 case Graph::Edge::BACK:
nv50_ir_lowering_nvc0.cpp 148 // 4. Recombine the two dst pieces back into the original destination.
721 if (ei.getType() != Graph::Edge::BACK)
723 if (ei.getType() != Graph::Edge::BACK)
734 assert(ei.end() || ei.getType() != Graph::Edge::BACK);
1529 failLockBB->cfg.attach(&tryLockBB->cfg, Graph::Edge::BACK);
1620 tryLockAndSetBB->cfg.attach(&tryLockAndSetBB->cfg, Graph::Edge::BACK);
nv50_ir_emit_gm107.cpp 4421 // back branches will wait until all target dependencies are satisfied
4422 if (ei.getType() == Graph::Edge::BACK) // sched would be uninitialized
4481 if (ei.getType() != Graph::Edge::BACK) {
nv50_ir_emit_nvc0.cpp 3243 // back branches will wait until all target dependencies are satisfied
3244 if (ei.getType() == Graph::Edge::BACK) // sched would be uninitialized
3285 if (ei.getType() != Graph::Edge::BACK) {
nv50_ir_from_nir.cpp 1740 bb->cfg.attach(&loopBB->cfg, Graph::Edge::BACK);
2635 bb->cfg.attach(&target->cfg, isBreak ? Graph::Edge::CROSS : Graph::Edge::BACK);
  /xsrc/external/mit/MesaLib/src/mesa/program/
program_parse.tab.h 81 BACK = 282, /* BACK */
lex.yy.c 421 /* Return all but the first "n" matched characters back to the input stream. */
1592 { /* have to back up */
1604 case 0: /* must back up */
1882 { return BACK; }
2511 * back-up) that will match for the new input source.
2857 YY_FATAL_ERROR( "flex scanner push-back overflow" );
  /xsrc/external/mit/MesaLib.old/src/mesa/program/
program_parse.tab.h 75 BACK = 282,
program_parse.tab.c 258 BACK = 282,
754 "BACK", "CLIP", "COLOR", "DEPTH", "DIFFUSE", "DIRECTION", "EMISSION",
1206 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
4369 that goes to, based on the state we popped back to and the rule
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
program_lexer.l 245 {dot}back { return BACK; }
program_parse.y 181 %token BACK
1956 | BACK
1993 | BACK { $$ = 1; }
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
program_lexer.l 245 {dot}back { return BACK; }
program_parse.y 173 %token BACK
1935 | BACK
1972 | BACK { $$ = 1; }
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128accel.c 224 pI128->mem.rbase_a[BACK] = transparency_color;
i128reg.h 317 #define BACK 0x006C/4

Completed in 91 milliseconds

1 2