Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c1369 p->if_stack[p->if_stack_depth] = inst - p->store; in push_if_stack()
1371 p->if_stack_depth++; in push_if_stack()
1372 if (p->if_stack_array_size <= p->if_stack_depth) { in push_if_stack()
1382 p->if_stack_depth--; in pop_if_stack()
1383 return &p->store[p->if_stack[p->if_stack_depth]]; in pop_if_stack()
Dbrw_eu.c349 p->if_stack_depth = 0; in brw_init_codegen()
Dbrw_eu.h126 int if_stack_depth; member