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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_function.cpp309 int num_inexact_matches = 0; local in function:ir_function::matching_signature
339 (num_inexact_matches + 1));
346 inexact_matches[num_inexact_matches++] = sig;
366 inexact_matches, num_inexact_matches);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_function.cpp308 int num_inexact_matches = 0; local in function:ir_function::matching_signature
335 (num_inexact_matches + 1));
342 inexact_matches[num_inexact_matches++] = sig;
362 inexact_matches, num_inexact_matches);

Completed in 4 milliseconds