Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_function.cpp305 ir_function_signature **inexact_matches = NULL; in matching_signature() local
329 free(inexact_matches); in matching_signature()
336 realloc(inexact_matches, in matching_signature()
337 sizeof(*inexact_matches) * in matching_signature()
341 free(inexact_matches); in matching_signature()
344 inexact_matches = inexact_matches_temp; in matching_signature()
345 inexact_matches[num_inexact_matches++] = sig; in matching_signature()
365 inexact_matches, num_inexact_matches); in matching_signature()
367 free(inexact_matches); in matching_signature()