Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h290 #define TGSI_EXEC_MAX_COND_NESTING TGSI_EXEC_MAX_NESTING macro
412 uint CondStack[TGSI_EXEC_MAX_COND_NESTING];
Dtgsi_exec.c5285 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()
5372 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()
5394 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()