Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h218 #define TGSI_EXEC_MAX_COND_NESTING TGSI_EXEC_MAX_NESTING macro
359 uint CondStack[TGSI_EXEC_MAX_COND_NESTING];
Dtgsi_exec.c5190 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()
5277 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()
5292 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()