Searched refs:TGSI_EXEC_MAX_SWITCH_NESTING (Results 1 – 2 of 2) sorted by relevance
268 #define TGSI_EXEC_MAX_SWITCH_NESTING TGSI_EXEC_MAX_NESTING macro320 #define TGSI_EXEC_MAX_BREAK_STACK (TGSI_EXEC_MAX_LOOP_NESTING + TGSI_EXEC_MAX_SWITCH_NESTING)418 struct tgsi_switch_record SwitchStack[TGSI_EXEC_MAX_SWITCH_NESTING];
3536 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING); in exec_switch()5509 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING); in exec_instruction()