Home
last modified time | relevance | path

Searched refs:NST_BB (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp147 if (I->subtype == NST_BB) { in sched_early()
261 if (I->subtype == NST_BB) { in sched_late()
600 if (c->subtype == NST_BB) { in bu_find_best_bb()
Dsb_ir.h686 NST_BB, enumerator
822 bool is_bb() { return subtype == NST_BB; } in is_bb()
1146 : container_node(NT_LIST, NST_BB), id(id), loop_level(loop_level) {} in bb_node()
Dsb_sched.cpp722 if (I->subtype == NST_BB) { in run_on()