Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h269 #define TGSI_EXEC_MAX_CALL_NESTING TGSI_EXEC_MAX_NESTING macro
425 uint FuncStack[TGSI_EXEC_MAX_CALL_NESTING];
429 struct tgsi_call_record CallStack[TGSI_EXEC_MAX_CALL_NESTING];
Dtgsi_exec.c5511 assert(mach->FuncStackTop < TGSI_EXEC_MAX_CALL_NESTING); in exec_instruction()