Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h409 enum tgsi_break_type BreakType; member
Dtgsi_exec.c3459 if (mach->BreakType == TGSI_EXEC_BREAK_INSIDE_LOOP) { in exec_break()
3465 assert(mach->BreakType == TGSI_EXEC_BREAK_INSIDE_SWITCH); in exec_break()
3485 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_switch()
3486 mach->BreakType = TGSI_EXEC_BREAK_INSIDE_SWITCH; in exec_switch()
3536 mach->BreakType = mach->BreakStack[--mach->BreakStackTop]; in exec_endswitch()
5296 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_instruction()
5343 mach->BreakType = mach->BreakStack[mach->BreakStackTop]; in exec_instruction()
5503 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_instruction()
5504 mach->BreakType = TGSI_EXEC_BREAK_INSIDE_LOOP; in exec_instruction()
5527 mach->BreakType = mach->BreakStack[--mach->BreakStackTop]; in exec_instruction()
[all …]