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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_search.c37 bool has_exact_alu; member in struct:match_state
380 state->has_exact_alu = instr->exact || state->has_exact_alu;
381 if (state->inexact_match && state->has_exact_alu)
459 alu->exact = state->has_exact_alu;
614 state.has_exact_alu = false;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_search.c39 bool has_exact_alu; member in struct:match_state
409 state->has_exact_alu = instr->exact || state->has_exact_alu;
410 if (state->inexact_match && state->has_exact_alu)
492 alu->exact = state->has_exact_alu || expr->exact;
704 state.has_exact_alu = false;

Completed in 4 milliseconds