Home | History | Annotate | Download | only in glsl

Lines Matching refs:tsig

6043             ir_function_signature *tsig = NULL;
6048 tsig = fn->matching_signature(state, &sig->parameters,
6050 if (!tsig) {
6053 if (tsig->return_type != sig->return_type) {