Home | History | Annotate | Download | only in glsl

Lines Matching refs:sig

1371       ir_function_signature *const sig = (ir_function_signature *) n;
1372 if (!sig->is_builtin)
1389 ir_call::set_callee(ir_function_signature *sig)
1391 assert((this->type == NULL) || (this->type == sig->return_type));
1393 this->callee = sig;