Searched refs:new_return_ref (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_subroutine.cpp | 66 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 D | ir_clone.cpp | 150 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 D | lower_subroutine.cpp | 66 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 D | ir_clone.cpp | 144 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