Searched refs:last_inside_bb (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_shader.cpp524 bool last_inside_bb = true; local in function:r600_sb::shader::create_bbs
531 if (inside_bb && !last_inside_bb)
534 if (last_inside_bb
560 last_inside_bb = inside_bb;
563 if (last_inside_bb) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_shader.cpp524 bool last_inside_bb = true; local in function:r600_sb::shader::create_bbs
531 if (inside_bb && !last_inside_bb)
534 if (last_inside_bb
560 last_inside_bb = inside_bb;
563 if (last_inside_bb) {

Completed in 4 milliseconds