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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_if_conversion.cpp120 depart_node *nd2 = static_cast<depart_node*>(nif->first); local in function:r600_sb::if_conversion::check_and_convert
121 if (!nd2->is_depart() || nd2->target != r)
191 nd2->expand();
210 depart_node *nd2 = static_cast<depart_node*>(nif->first); local in function:r600_sb::if_conversion::run_on
211 if (!nd2->is_depart())
216 convert_kill_instructions(r, em, true, nd2);
222 if (nd2->empty() && nif->next) {
262 nd2->move(nif->next, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_if_conversion.cpp120 depart_node *nd2 = static_cast<depart_node*>(nif->first); local in function:r600_sb::if_conversion::check_and_convert
121 if (!nd2->is_depart() || nd2->target != r)
191 nd2->expand();
210 depart_node *nd2 = static_cast<depart_node*>(nif->first); local in function:r600_sb::if_conversion::run_on
211 if (!nd2->is_depart())
216 convert_kill_instructions(r, em, true, nd2);
222 if (nd2->empty() && nif->next) {
262 nd2->move(nif->next, NULL);

Completed in 3 milliseconds