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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_function.cpp306 ir_function_signature **inexact_matches = NULL; local in function:ir_function::matching_signature
330 free(inexact_matches);
337 realloc(inexact_matches,
338 sizeof(*inexact_matches) *
342 free(inexact_matches);
345 inexact_matches = inexact_matches_temp;
346 inexact_matches[num_inexact_matches++] = sig;
366 inexact_matches, num_inexact_matches);
368 free(inexact_matches);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_function.cpp305 ir_function_signature **inexact_matches = NULL; local in function:ir_function::matching_signature
329 free(inexact_matches);
333 realloc(inexact_matches,
334 sizeof(*inexact_matches) *
338 free(inexact_matches);
341 inexact_matches = inexact_matches_temp;
342 inexact_matches[num_inexact_matches++] = sig;
362 inexact_matches, num_inexact_matches);
364 free(inexact_matches);

Completed in 3 milliseconds