Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h378 enum tgsi_break_type BreakStack[TGSI_EXEC_MAX_BREAK_STACK]; member
Dtgsi_exec.c3381 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_switch()
3432 mach->BreakType = mach->BreakStack[--mach->BreakStackTop]; in exec_endswitch()
5280 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_instruction()
5327 mach->BreakType = mach->BreakStack[mach->BreakStackTop]; in exec_instruction()
5476 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_instruction()
5500 mach->BreakType = mach->BreakStack[--mach->BreakStackTop]; in exec_instruction()
5541 mach->BreakType = mach->BreakStack[mach->BreakStackTop]; in exec_instruction()