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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp2130 exec_node *previous_tail = NULL; local in function:ast_expression::do_hir
2136 * previous_tail will point to the last instruction in the stream
2150 if (previous_tail == instructions->get_tail_raw()) {
2161 previous_tail = instructions->get_tail_raw();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp2090 exec_node *previous_tail = NULL; local in function:ast_expression::do_hir
2096 * previous_tail will point to the last instruction in the stream
2110 if (previous_tail == instructions->get_tail_raw()) {
2121 previous_tail = instructions->get_tail_raw();

Completed in 20 milliseconds