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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_subroutine.cpp66 ir_dereference_variable *new_return_ref = NULL; local in function:lower_subroutine_visitor::call_clone
68 new_return_ref = call->return_deref->clone(mem_ctx, NULL);
76 return new(mem_ctx) ir_call(callee, new_return_ref, &new_parameters);
H A Dir_clone.cpp150 ir_dereference_variable *new_return_ref = NULL; local in function:ir_call::clone
152 new_return_ref = this->return_deref->clone(mem_ctx, ht);
160 return new(mem_ctx) ir_call(this->callee, new_return_ref, &new_parameters);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_subroutine.cpp66 ir_dereference_variable *new_return_ref = NULL; local in function:lower_subroutine_visitor::call_clone
68 new_return_ref = call->return_deref->clone(mem_ctx, NULL);
76 return new(mem_ctx) ir_call(callee, new_return_ref, &new_parameters);
H A Dir_clone.cpp144 ir_dereference_variable *new_return_ref = NULL; local in function:ir_call::clone
146 new_return_ref = this->return_deref->clone(mem_ctx, ht);
154 return new(mem_ctx) ir_call(this->callee, new_return_ref, &new_parameters);

Completed in 3 milliseconds