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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_named_interface_blocks.cpp234 ir_rvalue *lhs_rec_tmp = lhs_rec; local in function:flatten_named_interface_blocks_declarations::visit_leave
235 handle_rvalue(&lhs_rec_tmp);
236 if (lhs_rec_tmp != lhs_rec) {
237 ir->set_lhs(lhs_rec_tmp);
240 ir_variable *lhs_var = lhs_rec_tmp->variable_referenced();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_named_interface_blocks.cpp229 ir_rvalue *lhs_rec_tmp = lhs_rec; local in function:flatten_named_interface_blocks_declarations::visit_leave
230 handle_rvalue(&lhs_rec_tmp);
231 if (lhs_rec_tmp != lhs_rec) {
232 ir->set_lhs(lhs_rec_tmp);
235 ir_variable *lhs_var = lhs_rec_tmp->variable_referenced();

Completed in 3 milliseconds