Home | History | Annotate | Download | only in glsl

Lines Matching defs:callee

68        * shader callee will point to an ir_function_signature in the original
73 const ir_function_signature *const callee = ir->callee;
74 assert(callee != NULL);
75 const char *const name = callee->function_name();
78 if (callee->is_intrinsic())
85 find_matching_signature(name, &callee->parameters, linked->symbols);
87 ir->callee = sig;
126 f->exact_matching_signature(NULL, &callee->parameters);
128 linked_sig = new(linked) ir_function_signature(callee->return_type);
133 * ir_call from linked then linked_sig and callee will be
182 ir->callee = linked_sig;
197 const exec_node *formal_param_node = ir->callee->parameters.get_head();