Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_function.cpp51 bool inexact_match = false; in parameter_lists_match() local
71 inexact_match = true; in parameter_lists_match()
115 if (inexact_match) in parameter_lists_match()
/external/mesa3d/src/compiler/nir/
Dnir_search.c32 bool inexact_match; member
262 state->inexact_match = expr->inexact || state->inexact_match; in match_expression()
264 if (state->inexact_match && state->has_exact_alu) in match_expression()
582 state.inexact_match = false; in nir_replace_instr()