Searched refs:TGSI_EXEC_MAX_SWITCH_NESTING (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h220 #define TGSI_EXEC_MAX_SWITCH_NESTING TGSI_EXEC_MAX_NESTING macro
272 #define TGSI_EXEC_MAX_BREAK_STACK (TGSI_EXEC_MAX_LOOP_NESTING + TGSI_EXEC_MAX_SWITCH_NESTING)
375 struct tgsi_switch_record SwitchStack[TGSI_EXEC_MAX_SWITCH_NESTING];
H A Dtgsi_exec.c3373 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING);
5272 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h298 #define TGSI_EXEC_MAX_SWITCH_NESTING TGSI_EXEC_MAX_NESTING macro
350 #define TGSI_EXEC_MAX_BREAK_STACK (TGSI_EXEC_MAX_LOOP_NESTING + TGSI_EXEC_MAX_SWITCH_NESTING)
448 struct tgsi_switch_record SwitchStack[TGSI_EXEC_MAX_SWITCH_NESTING];
H A Dtgsi_exec.c3583 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING);
5548 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING);

Completed in 50 milliseconds