Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c690 b->has_early_terminate = true; in vtn_process_block()
695 b->has_early_terminate = true; in vtn_process_block()
1382 (b->has_loop_continue || b->has_early_terminate)) in vtn_function_emit()
Dvtn_private.h715 bool has_early_terminate; member