Searched refs:tsig (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp6338 ir_function_signature *tsig = NULL; local in function:ast_function::hir
6343 tsig = fn->matching_signature(state, &sig->parameters,
6345 if (!tsig) {
6348 if (tsig->return_type != sig->return_type) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp6139 ir_function_signature *tsig = NULL; local in function:ast_function::hir
6144 tsig = fn->matching_signature(state, &sig->parameters,
6146 if (!tsig) {
6149 if (tsig->return_type != sig->return_type) {

Completed in 20 milliseconds