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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_functions.cpp124 ir_function_signature *linked_sig = local in function:__anone4eb089e0110::call_link_visitor::visit_enter
126 if (linked_sig == NULL) {
127 linked_sig = new(linked) ir_function_signature(callee->return_type);
128 f->add_signature(linked_sig);
131 /* At this point linked_sig and called may be the same. If ir is an
132 * ir_call from linked then linked_sig and callee will be
135 assert(!linked_sig->is_defined);
136 assert(linked_sig->body.is_empty());
160 linked_sig->replace_parameters(&formal_parameters);
162 linked_sig
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_functions.cpp124 ir_function_signature *linked_sig = local in function:__anond20d0a4b0110::call_link_visitor::visit_enter
126 if (linked_sig == NULL) {
127 linked_sig = new(linked) ir_function_signature(callee->return_type);
128 f->add_signature(linked_sig);
131 /* At this point linked_sig and called may be the same. If ir is an
132 * ir_call from linked then linked_sig and callee will be
135 assert(!linked_sig->is_defined);
136 assert(linked_sig->body.is_empty());
160 linked_sig->replace_parameters(&formal_parameters);
162 linked_sig
[all...]

Completed in 2 milliseconds