HomeSort by relevance Sort by last modified time
    Searched refs:inexact_match (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/glsl/
ir_function.cpp 51 bool inexact_match = false; local
71 inexact_match = true;
115 if (inexact_match)
  /external/mesa3d/src/compiler/nir/
nir_search.c 32 bool inexact_match; member in struct:match_state
262 state->inexact_match = expr->inexact || state->inexact_match;
264 if (state->inexact_match && state->has_exact_alu)
582 state.inexact_match = false;

Completed in 75 milliseconds