Home | History | Annotate | Download | only in glsl

Lines Matching defs:callee

66        * shader callee will point to an ir_function_signature in the original
71 const ir_function_signature *const callee = ir->callee;
72 assert(callee != NULL);
73 const char *const name = callee->function_name();
79 find_matching_signature(name, &callee->parameters, &linked, 1,
82 ir->callee = sig;
116 f->exact_matching_signature(&callee->parameters);
120 linked_sig = new(linked) ir_function_signature(callee->return_type);
125 * ir_call from linked then linked_sig and callee will be
171 ir->callee = linked_sig;