Searched refs:bottom_bb (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_gcm.cpp115 o.top_bb = o.bottom_bb = static_cast<bb_node*>(c);
324 if (op_map[n].bottom_bb == bb) {
523 assert(op_map[n].bottom_bb == bu_bb);
592 if (oi.bottom_bb)
597 oi.bottom_bb = bu_bb;
603 assert(oi.top_bb && !oi.bottom_bb);
633 oi.bottom_bb = best_bb;
666 if (oi.bottom_bb == bu_bb) {
H A Dsb_pass.h231 bb_node* bottom_bb; member in struct:r600_sb::gcm::op_info
232 op_info() : top_bb(), bottom_bb() {}
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_gcm.cpp115 o.top_bb = o.bottom_bb = static_cast<bb_node*>(c);
324 if (op_map[n].bottom_bb == bb) {
523 assert(op_map[n].bottom_bb == bu_bb);
592 if (oi.bottom_bb)
597 oi.bottom_bb = bu_bb;
603 assert(oi.top_bb && !oi.bottom_bb);
633 oi.bottom_bb = best_bb;
666 if (oi.bottom_bb == bu_bb) {
H A Dsb_pass.h231 bb_node* bottom_bb; member in struct:r600_sb::gcm::op_info
232 op_info() : top_bb(), bottom_bb() {}

Completed in 7 milliseconds