Searched refs:inexact_match (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_function.cpp51 bool inexact_match = false; local in function:parameter_lists_match
71 inexact_match = true;
116 if (inexact_match)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_function.cpp51 bool inexact_match = false; local in function:parameter_lists_match
71 inexact_match = true;
115 if (inexact_match)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_search.c36 bool inexact_match; member in struct:match_state
379 state->inexact_match = expr->inexact || state->inexact_match;
381 if (state->inexact_match && state->has_exact_alu)
613 state.inexact_match = false;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_search.c38 bool inexact_match; member in struct:match_state
408 state->inexact_match = expr->inexact || state->inexact_match;
410 if (state->inexact_match && state->has_exact_alu)
703 state.inexact_match = false;

Completed in 6 milliseconds