Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/isa/
H A Disa.h55 unsigned max_errors; member
/third_party/skia/third_party/externals/angle2/src/tests/
H A Drun_perf_tests.py388 if total_errors >= args.max_errors:
389 logging.error('Error count exceeded max errors (%d). Aborting.' % args.max_errors)
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.c722 if (state->options->max_errors && (errors > state->options->max_errors)) { in decode()
/third_party/mesa3d/src/freedreno/ir3/
H A Ddisasm-a3xx.c580 .max_errors = 5, in disasm_a3xx_stat()

Completed in 4 milliseconds