Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_predicated_break.cpp56 #define MAX_NESTING 128 macro
59 BITSET_WORD has_continue[BITSET_WORDS(MAX_NESTING)];
74 if (s->depth < MAX_NESTING) in enter_loop()
88 const unsigned i = MIN2(s->depth, MAX_NESTING - 1); in set_continue()
96 const unsigned i = MIN2(s->depth, MAX_NESTING - 1); in has_continue()