Home | History | Annotate | Download | only in glsl

Lines Matching defs:signatures

375    /* An ir_function_signature will be part of the list of signatures in
405 * invariants (i.e., a function signature is in the list of signatures for
487 this->signatures.push_tail(sig);
491 * Get an iterator for the set of function signatures
495 return signatures.iterator();
521 struct exec_list signatures;