Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_search.c33 bool has_exact_alu; member
263 state->has_exact_alu = instr->exact || state->has_exact_alu; in match_expression()
264 if (state->inexact_match && state->has_exact_alu) in match_expression()
462 alu->exact = state->has_exact_alu; in construct_value()
583 state.has_exact_alu = false; in nir_replace_instr()